Class: Aws::DSQL::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dsql/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
Retry after seconds.
Instance Attribute Details
#message ⇒ String
441 442 443 444 445 446 |
# File 'lib/aws-sdk-dsql/types.rb', line 441 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Retry after seconds.
441 442 443 444 445 446 |
# File 'lib/aws-sdk-dsql/types.rb', line 441 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |