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

You provided a parameter value that is not valid for the current state of the resource.

Possible causes:

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