Class: Aws::AppRegistry::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The maximum number of resources per account has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1291 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |