Class: Aws::Finspace::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/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
2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-finspace/types.rb', line 2928 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |