Class QueueDeletedRecentlyException

All Implemented Interfaces:
Serializable

public class QueueDeletedRecentlyException extends AmazonServiceException

You must wait 60 seconds after deleting a queue before you can create another with the same name.

See Also:
  • Constructor Details

    • QueueDeletedRecentlyException

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