Class: Aws::States::Errors::ResourceNotFound
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::States::Errors::ResourceNotFound
 
 
- Defined in:
 - lib/aws-sdk-states/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceNotFound.
 - #message ⇒ String
 - #resource_name ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFound
Returns a new instance of ResourceNotFound.
      410 411 412  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 410 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      415 416 417  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 415 def @message || @data[:message] end  | 
  
#resource_name ⇒ String
      420 421 422  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 420 def resource_name @data[:resource_name] end  |