Class LimitExceededException

All Implemented Interfaces:
Serializable

public class LimitExceededException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • LimitExceededException

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