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.
4395 4396 4397 4398 4399 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4395 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |