Class: Aws::SWF::Types::DomainAlreadyExistsFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DomainAlreadyExistsFault
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
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.
1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-swf/types.rb', line 1932 class DomainAlreadyExistsFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |