Class LimitExceededException

  • All Implemented Interfaces:
    Serializable

    public class LimitExceededException
    extends AmazonServiceException

    Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded. Application Auto Scaling has a limit of 40 scalable targets per account for Amazon ECS services, 50 scaling policies per scalable target, and 20 step adjustments per step scaling policy.

    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.