Class: Aws::IoTSiteWise::Errors::QueryTimeoutException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::IoTSiteWise::Errors::QueryTimeoutException
 
 
- Defined in:
 - lib/aws-sdk-iotsitewise/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ QueryTimeoutException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of QueryTimeoutException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryTimeoutException
Returns a new instance of QueryTimeoutException.
      166 167 168  | 
    
      # File 'lib/aws-sdk-iotsitewise/errors.rb', line 166 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      171 172 173  | 
    
      # File 'lib/aws-sdk-iotsitewise/errors.rb', line 171 def @message || @data[:message] end  |