Class: Aws::Signer::Errors::ResourceNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Signer::Errors::ResourceNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-signer/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
      152 153 154  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      162 163 164  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 162 def code @code || @data[:code] end  | 
  
#message ⇒ String
      157 158 159  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 157 def @message || @data[:message] end  |