Class: Aws::States::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- 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
3403 3404 3405 3406 3407 |
# File 'lib/aws-sdk-states/types.rb', line 3403 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |