Class: Aws::GeoPlaces::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1335 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |