Class: Aws::AugmentedAIRuntime::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your AWS account. For a list of Amazon A2I service quotes, see [Amazon Augmented AI Service Quotes]. Delete some resources or request an increase in your service quota. You can request a quota increase using Service Quotas or the AWS Support Center. To request an increase, see
- AWS Service Quotas][2
-
in the *AWS General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/a2i.html [2]: docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
301 302 303 304 305 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 301 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |