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