Class: Aws::PartnerCentralBenefits::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Thrown when the request rate exceeds the allowed limits and the request is being throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the throttling error.
Instance Attribute Details
#message ⇒ String
A message describing the throttling error.
1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1607 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |