Class: Aws::CloudControlApi::Errors::TypeNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudControlApi::Errors::TypeNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TypeNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TypeNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TypeNotFoundException
Returns a new instance of TypeNotFoundException.
      348 349 350  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 348 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      353 354 355  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 353 def @message || @data[:message] end  |