Class: Aws::PaymentCryptographyData::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2510 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |