Class: Aws::DevOpsAgent::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
The request would exceed the service quota limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing which quota was exceeded.
Instance Attribute Details
#message ⇒ String
Detailed error message describing which quota was exceeded.
4380 4381 4382 4383 4384 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4380 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |