Class: Aws::SupplyChain::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
Request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1298 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |