Class: Aws::Greengrass::Types::InternalServerErrorException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::InternalServerErrorException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
General error information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_details  ⇒ Array<Types::ErrorDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of error details.
 - #message ⇒ String
 
Instance Attribute Details
#error_details ⇒ Array<Types::ErrorDetail>
A list of error details.
      3185 3186 3187 3188 3189 3190  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 3185 class InternalServerErrorException < Struct.new( :error_details, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      3185 3186 3187 3188 3189 3190  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 3185 class InternalServerErrorException < Struct.new( :error_details, :message) SENSITIVE = [] include Aws::Structure end  |