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
An internal service error occurred.
Instance Attribute Details
#message ⇒ String
An internal service error occurred. Retry your request. If the problem persists, contact Amazon Web Services Support.
1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1280 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |