Class PurgeQueueInProgressException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PurgeQueueInProgressException.Builder,PurgeQueueInProgressException>

@Generated("software.amazon.awssdk:codegen") public final class PurgeQueueInProgressException extends SqsException implements ToCopyableBuilder<PurgeQueueInProgressException.Builder,PurgeQueueInProgressException>

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: