Class: Aws::AppTest::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/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

Instance Attribute Details

#messageString

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1286

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds to retry the query.

Returns:

  • (Integer)


1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1286

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end