Class: Aws::PaymentCryptographyData::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2158 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |