Class: Aws::IoTEvents::Types::ResourceAlreadyExistsException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::ResourceAlreadyExistsException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Overview
The resource already exists.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message for the exception.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the resource.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 
Instance Attribute Details
#message ⇒ String
The message for the exception.
      2609 2610 2611 2612 2613 2614 2615  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2609 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The ARN of the resource.
      2609 2610 2611 2612 2613 2614 2615  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2609 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource.
      2609 2610 2611 2612 2613 2614 2615  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2609 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end  |