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
3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3545 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |