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

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

*/ export interface MessageRejected extends __ServiceException__<_MessageRejectedDetails> { name: "MessageRejected"; } export interface _MessageRejectedDetails { }