Class: Aws::BillingConductor::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
Number of seconds you can safely retry after the call.
Instance Attribute Details
#message ⇒ String
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2472 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Number of seconds you can safely retry after the call.
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2472 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |