Class: Aws::AuditManager::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
You’ve reached your account quota for this resource type. To perform the requested action, delete some existing resources or [request a quota increase] from the Service Quotas console. For a list of Audit Manager service quotas, see [Quotas and restrictions for Audit Manager].
[1]: docs.aws.amazon.com/general/latest/gr/aws_service_limits.html [2]: docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4052 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |