Class: Aws::PaymentCryptography::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
The request was denied due to request throttling.
You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2221 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |