Class: Aws::AppTest::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
An unexpected error occurred during the processing of the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to retry the query.
Instance Attribute Details
#message ⇒ String
1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-apptest/types.rb', line 1286 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to retry the query.
1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-apptest/types.rb', line 1286 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |