Class: Aws::ManagedBlockchainQuery::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The request processing has failed because of an internal error in the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The container for the exception message.
-
#retry_after_seconds ⇒ Integer
The container of the ‘retryAfterSeconds` value.
Instance Attribute Details
#message ⇒ String
The container for the exception message.
435 436 437 438 439 440 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 435 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The container of the ‘retryAfterSeconds` value.
435 436 437 438 439 440 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 435 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |