Class LimitExceededException

All Implemented Interfaces:
Serializable

public class LimitExceededException extends AmazonServiceException

Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

See Also:
  • Constructor Details

    • LimitExceededException

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