Class: Aws::PartnerCentralAccount::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The quota code associated with the throttling error.
-
#service_code ⇒ String
The service code associated with the throttling error.
Instance Attribute Details
#message ⇒ String
2531 2532 2533 2534 2535 2536 2537 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2531 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code associated with the throttling error.
2531 2532 2533 2534 2535 2536 2537 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2531 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code associated with the throttling error.
2531 2532 2533 2534 2535 2536 2537 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2531 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |