Class: Aws::IoTEvents::Errors::InternalFailureException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::IoTEvents::Errors::InternalFailureException
 
 
- Defined in:
 - lib/aws-sdk-iotevents/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalFailureException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalFailureException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
Returns a new instance of InternalFailureException.
      51 52 53  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 51 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      56 57 58  | 
    
      # File 'lib/aws-sdk-iotevents/errors.rb', line 56 def @message || @data[:message] end  |