Class: Aws::AgentRegistryControl::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The request would exceed a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 1720 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |