Class: Aws::CustomerProfiles::Errors::ResourceNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CustomerProfiles::Errors::ResourceNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-customerprofiles/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #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.
      92 93 94  | 
    
      # File 'lib/aws-sdk-customerprofiles/errors.rb', line 92 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      97 98 99  | 
    
      # File 'lib/aws-sdk-customerprofiles/errors.rb', line 97 def @message || @data[:message] end  |