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