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.
8262 8263 8264 8265 8266 |
# File 'lib/aws-sdk-datazone/types.rb', line 8262 class FailureCause < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |