import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is thrown when the policy on the SNS topic is not sufficient.
*/ export interface InsufficientSnsTopicPolicyException extends __ServiceException__<_InsufficientSnsTopicPolicyExceptionDetails> { name: "InsufficientSnsTopicPolicyException"; } export interface _InsufficientSnsTopicPolicyExceptionDetails { }