import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified receipt handle isn't valid for the current version.
*/ export interface InvalidIdFormat extends __ServiceException__<_InvalidIdFormatDetails> { name: "InvalidIdFormat"; } export interface _InvalidIdFormatDetails { }