Class PurgeQueueInProgressException

All Implemented Interfaces:
Serializable

public class PurgeQueueInProgressException extends AmazonServiceException

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds, the time it can take to delete the messages in the queue.

See Also:
  • Constructor Details

    • PurgeQueueInProgressException

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