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

The specified message isn't in flight.

*/ export interface MessageNotInflight extends __ServiceException__<_MessageNotInflightDetails> { name: "MessageNotInflight"; } export interface _MessageNotInflightDetails { }