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