Class: Aws::MainframeModernization::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/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)


3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038

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

#quota_codeString

The identifier of the throttled request.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038

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

#service_codeString

The identifier of the service that the throttled request was made to.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038

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