Class: Aws::BCMPricingCalculator::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ThrottlingException
- 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
- #message ⇒ String
-
#quota_code ⇒ String
The quota code that exceeded the throttling limit.
-
#retry_after_seconds ⇒ Integer
The service code that exceeded the throttling limit.
-
#service_code ⇒ String
The service code that exceeded the throttling limit.
Instance Attribute Details
#message ⇒ 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_code ⇒ String
The quota code that exceeded the throttling limit.
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_seconds ⇒ Integer
The service code that exceeded the throttling limit. Retry your request, but if the problem persists, contact Amazon Web Services support.
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_code ⇒ String
The service code that exceeded the throttling limit.
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 |