All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.augmentedairuntime.model.ServiceQuotaExceededException Maven / Gradle / Ivy

/*
 * Copyright 2020-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.augmentedairuntime.model;

import javax.annotation.Generated;

/**
 * 

* 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 in the AWS * General Reference. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaExceededException extends com.amazonaws.services.augmentedairuntime.model.AmazonAugmentedAIRuntimeException { private static final long serialVersionUID = 1L; /** * Constructs a new ServiceQuotaExceededException with the specified error message. * * @param message * Describes the error encountered. */ public ServiceQuotaExceededException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy