Class: Aws::Connect::Errors::ContactNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Connect::Errors::ContactNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-connect/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ContactNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ContactNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ContactNotFoundException
Returns a new instance of ContactNotFoundException.
      128 129 130  | 
    
      # File 'lib/aws-sdk-connect/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      133 134 135  | 
    
      # File 'lib/aws-sdk-connect/errors.rb', line 133 def @message || @data[:message] end  |