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