Class: Aws::Keyspaces::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::InternalServerException
- Defined in:
- gems/aws-sdk-keyspaces/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.
1145 1146 1147 1148 1149 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1145 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |