import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.
*/ export interface InvalidPolicyException extends __ServiceException__<_InvalidPolicyExceptionDetails> { name: "InvalidPolicyException"; } export interface _InvalidPolicyExceptionDetails { }