Class LimitExceededException

  • All Implemented Interfaces:
    Serializable

    public class LimitExceededException
    extends AmazonServiceException

    An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

    See Also:
    Serialized Form
    • Constructor Detail

      • LimitExceededException

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