AWS SDK Version 4 for .NET
API Reference

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.

Modifies an existing DMS data migration.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ModifyDataMigrationAsync.

Namespace: Amazon.DatabaseMigrationService
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public abstract ModifyDataMigrationResponse ModifyDataMigration(
         ModifyDataMigrationRequest request
)

Parameters

request
Type: Amazon.DatabaseMigrationService.Model.ModifyDataMigrationRequest

Container for the necessary parameters to execute the ModifyDataMigration service method.

Return Value


The response from the ModifyDataMigration service method, as returned by DatabaseMigrationService.

Exceptions

ExceptionCondition
FailedDependencyException A dependency threw an exception.
InvalidResourceStateException The resource is in a state that prevents it from being used for database migration.
ResourceNotFoundException The resource could not be found.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also