Class: Aws::Outposts::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
An internal error has occurred.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1127 1128 1129 1130 1131  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 1127 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |