InsufficientSnsTopicPolicyException constructor
Implementation
InsufficientSnsTopicPolicyException({String? type, String? message})
: super(
type: type,
code: 'InsufficientSnsTopicPolicyException',
message: message);