Class: Aws::SWF::Types::DomainDeprecatedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DomainDeprecatedFault
- Includes:
- Aws::Structure
- Defined in:
- 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.
2199 2200 2201 2202 2203 |
# File 'lib/aws-sdk-swf/types.rb', line 2199 class DomainDeprecatedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |