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