Class: Aws::Amplify::Errors::NotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Amplify::Errors::NotFoundException
 
 
- Defined in:
 - gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #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.
      109 110 111  | 
    
      # File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb', line 109 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      114 115 116  | 
    
      # File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb', line 114 def @message || @data[:message] end  |