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

An argument that you specified is invalid.

*/ export interface InvalidArgumentException extends __ServiceException__<_InvalidArgumentExceptionDetails> { name: "InvalidArgumentException"; } export interface _InvalidArgumentExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }