Class: Aws::KeyspacesStreams::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KeyspacesStreams::Types::InternalServerException
- Defined in:
- gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb
Overview
The Amazon Keyspaces service encountered an unexpected error while processing the request.
This internal server error is not related to your request parameters. Retry your request after a brief delay. If the issue persists, contact Amazon Web Services Support with details of your request to help identify and resolve the problem.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The service encountered an internal error.
Instance Attribute Details
#message ⇒ String
The service encountered an internal error. Try your request again.
271 272 273 274 275 |
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 271 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |