Class: Aws::DevOpsAgent::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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.
4534 4535 4536 4537 4538 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4534 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |