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
3839 3840 3841 3842 3843 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3839 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |