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