Class: Aws::SWF::Types::DomainDeprecatedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DomainDeprecatedFault
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Returned when the specified domain has been deprecated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1956 class DomainDeprecatedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |