Class LimitExceededException

All Implemented Interfaces:
Serializable

public class LimitExceededException extends AmazonServiceException

An ACM limit has been exceeded. For example, you may have input more domains than are allowed or you've requested too many certificates for your account. See the exception message returned by ACM to determine which limit you have violated. For more information about ACM limits, see the Limits topic.

See Also:
  • Constructor Details

    • LimitExceededException

      public LimitExceededException(String message)
      Constructs a new LimitExceededException with the specified error message.
      Parameters:
      message - Describes the error encountered.