Class: Aws::GeoRoutes::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/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
664 665 666 667 668 |
# File 'lib/aws-sdk-georoutes/types.rb', line 664 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |