Class: Aws::Keyspaces::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Amazon Keyspaces was unable to fully process this request because of an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
954 955 956 957 958 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 954 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |