Class: Aws::Signer::Errors::NotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Signer::Errors::NotFoundException
 
 
- Defined in:
 - lib/aws-sdk-signer/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ NotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
      132 133 134  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 132 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      142 143 144  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 142 def code @code || @data[:code] end  | 
  
#message ⇒ String
      137 138 139  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 137 def @message || @data[:message] end  |