Class: Aws::States::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
The request would cause a service quota to be exceeded.
HTTP Status Code: 402
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3496 3497 3498 3499 3500 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3496 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |