Class: Aws::AppTest::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

The number of requests made exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3049
3050
3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3049

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

#quota_codeString

The quota code of requests that exceed the limit.

Returns:

  • (String)


3049
3050
3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3049

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

#retry_after_secondsInteger

The number of seconds to retry after for requests that exceed the limit.

Returns:

  • (Integer)


3049
3050
3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3049

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

#service_codeString

The service code of requests that exceed the limit.

Returns:

  • (String)


3049
3050
3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3049

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