Class: Aws::PaymentCryptography::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
This request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1436 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |