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