JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.entityresolution.model

Class ExceedsLimitException

  • All Implemented Interfaces:
    Serializable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class ExceedsLimitException
    extends AWSEntityResolutionException 

    The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded.

    See Also:
    Serialized Form
    • Constructor Detail

      • ExceedsLimitException

        public ExceedsLimitException(String message)
        Constructs a new ExceedsLimitException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setQuotaName

        public void setQuotaName(String quotaName)

        The name of the quota that has been breached.

        Parameters:
        quotaName - The name of the quota that has been breached.
      • getQuotaName

        public String getQuotaName()

        The name of the quota that has been breached.

        Returns:
        The name of the quota that has been breached.
      • withQuotaName

        public ExceedsLimitException withQuotaName(String quotaName)

        The name of the quota that has been breached.

        Parameters:
        quotaName - The name of the quota that has been breached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQuotaValue

        public void setQuotaValue(Integer quotaValue)

        The current quota value for the customers.

        Parameters:
        quotaValue - The current quota value for the customers.
      • getQuotaValue

        public Integer getQuotaValue()

        The current quota value for the customers.

        Returns:
        The current quota value for the customers.
      • withQuotaValue

        public ExceedsLimitException withQuotaValue(Integer quotaValue)

        The current quota value for the customers.

        Parameters:
        quotaValue - The current quota value for the customers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /