Class: Aws::GeoMaps::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/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
675 676 677 678 679 |
# File 'lib/aws-sdk-geomaps/types.rb', line 675 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |