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