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