Class: Aws::Connect::Errors::OutputTypeNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Connect::Errors::OutputTypeNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-connect/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ OutputTypeNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OutputTypeNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OutputTypeNotFoundException
Returns a new instance of OutputTypeNotFoundException.
      313 314 315  | 
    
      # File 'lib/aws-sdk-connect/errors.rb', line 313 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      318 319 320  | 
    
      # File 'lib/aws-sdk-connect/errors.rb', line 318 def @message || @data[:message] end  |