Class: Aws::AppConfig::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn’t exceed the following service quotas:

Applications: 100 max

Deployment strategies: 20 max

Configuration profiles: 100 max per application

Environments: 20 max per application

To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see [Service quotas for AppConfig] in the Amazon Web Services General Reference.

[1]: docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2377
2378
2379
2380
2381
# File 'lib/aws-sdk-appconfig/types.rb', line 2377

class ServiceQuotaExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end