Class: Aws::DataZone::Types::FailureCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FailureCause
- Includes:
- Structure
- Defined in:
- 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.
5231 5232 5233 5234 5235 |
# File 'lib/aws-sdk-datazone/types.rb', line 5231 class FailureCause < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |