Class: Aws::IoT::Types::InternalFailureException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::InternalFailureException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
An unexpected error has occurred.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message for the exception.
 
Instance Attribute Details
#message ⇒ String
The message for the exception.
      8106 8107 8108 8109 8110  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8106 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |