Class: Aws::SWF::Types::TypeAlreadyExistsFault
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SWF::Types::TypeAlreadyExistsFault
 
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type 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.
| 5600 5601 5602 5603 5604 | # File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5600 class TypeAlreadyExistsFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |