AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later DMS version as the current replication instance.
For .NET Core this operation is only available in asynchronous form. Please refer to MoveReplicationTaskAsync.
Namespace: Amazon.DatabaseMigrationService
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public abstract MoveReplicationTaskResponse MoveReplicationTask( MoveReplicationTaskRequest request )
Container for the necessary parameters to execute the MoveReplicationTask service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | DMS was denied access to the endpoint. Check that the role is correctly configured. |
| InvalidResourceStateException | The resource is in a state that prevents it from being used for database migration. |
| KMSKeyNotAccessibleException | DMS cannot access the KMS key. |
| ResourceNotFoundException | The resource could not be found. |
| ResourceQuotaExceededException | The quota for this resource quota has been exceeded. |
.NET Framework:
Supported in: 4.7.2 and newer