Class: Aws::B2bi::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::InternalServerException
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The server attempts to retry a failed command.
Instance Attribute Details
#message ⇒ String
1287 1288 1289 1290 1291 1292 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1287 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The server attempts to retry a failed command.
1287 1288 1289 1290 1291 1292 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1287 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |