Class RepositoryNotEmptyException

All Implemented Interfaces:
Serializable

public class RepositoryNotEmptyException extends AmazonServiceException

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

See Also:
  • Constructor Details

    • RepositoryNotEmptyException

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