Class: Aws::CodeCatalyst::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce the number of resources, or change the tier if applicable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2349 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |