Class: Aws::LocationService::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LocationService::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-locationservice/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
| 4019 4020 4021 4022 4023 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4019 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |