Class: Aws::FinSpaceData::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/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
1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1733 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |