import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified queue doesn't exist.
*/ export interface QueueDoesNotExist extends __ServiceException__<_QueueDoesNotExistDetails> { name: "QueueDoesNotExist"; } export interface _QueueDoesNotExistDetails { }