Class: Aws::IoT::Types::ConflictException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::ConflictException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A resource with the same name already exists.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- #message ⇒ String
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A resource with the same name already exists. 
Instance Attribute Details
#message ⇒ String
| 2153 2154 2155 2156 2157 2158 | # File 'lib/aws-sdk-iot/types.rb', line 2153 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
A resource with the same name already exists.
| 2153 2154 2155 2156 2157 2158 | # File 'lib/aws-sdk-iot/types.rb', line 2153 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |