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

The operation failed because the specified policy is not in the proper format.

The policy is subject to the following restrictions:

*/ export interface WAFInvalidPermissionPolicyException extends __ServiceException__<_WAFInvalidPermissionPolicyExceptionDetails> { name: "WAFInvalidPermissionPolicyException"; } export interface _WAFInvalidPermissionPolicyExceptionDetails { /** * _errorMessage shape */ message?: string; }