Class: Aws::DataZone::Types::FailureCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FailureCause
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies the error message that is returned if the operation cannot be successfully completed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The description of the error message.
Instance Attribute Details
#message ⇒ String
The description of the error message.
6974 6975 6976 6977 6978 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6974 class FailureCause < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |