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

The request was rejected because the specified policy is not syntactically or semantically correct.

*/ export interface MalformedPolicyDocumentException extends __ServiceException__<_MalformedPolicyDocumentExceptionDetails> { name: 'MalformedPolicyDocumentException'; } export interface _MalformedPolicyDocumentExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }