Class: Aws::Drs::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3671

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

#quota_codeString

Quota code.

Returns:

  • (String)


3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3671

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

#retry_after_secondsString

The number of seconds after which the request should be safe to retry.

Returns:

  • (String)


3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3671

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

#service_codeString

Service code.

Returns:

  • (String)


3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3671

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