Class: Aws::LocationService::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
The request has failed to process because of an unknown server error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3841 3842 3843 3844 3845  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3841 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |