import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

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).

*/ export interface PurgeQueueInProgress extends __ServiceException__<_PurgeQueueInProgressDetails> { name: "PurgeQueueInProgress"; } export interface _PurgeQueueInProgressDetails { }