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.
5757 5758 5759 5760 5761 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5757 class FailureCause < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |