Class: Aws::AppMesh::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/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
2664 2665 2666 2667 2668 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2664 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |