Class: Aws::IoTEvents::Errors::ResourceAlreadyExistsException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::IoTEvents::Errors::ResourceAlreadyExistsException
 
 
- Defined in:
 - lib/aws-sdk-iotevents/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceAlreadyExistsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceAlreadyExistsException.
 - #message ⇒ String
 - #resource_arn ⇒ String
 - #resource_id ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
Returns a new instance of ResourceAlreadyExistsException.
      96 97 98  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 96 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      101 102 103  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 101 def @message || @data[:message] end  | 
  
#resource_arn ⇒ String
      111 112 113  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 111 def resource_arn @data[:resource_arn] end  | 
  
#resource_id ⇒ String
      106 107 108  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 106 def resource_id @data[:resource_id] end  |