Class: Aws::BCMPricingCalculator::Types::ThrottlingException

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


3021
3022
3023
3024
3025
3026
3027
3028
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3021

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

#quota_codeString

The quota code that exceeded the throttling limit.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3021

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

#retry_after_secondsInteger

The service code that exceeded the throttling limit. Retry your request, but if the problem persists, contact Amazon Web Services support.

Returns:

  • (Integer)


3021
3022
3023
3024
3025
3026
3027
3028
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3021

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

#service_codeString

The service code that exceeded the throttling limit.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3021

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