cancelMetadataModelCreation
abstract suspend fun cancelMetadataModelCreation(input: CancelMetadataModelCreationRequest): CancelMetadataModelCreationResponse
Cancels a single metadata model creation operation that was started with StartMetadataModelCreation.
Required permissions:dms:CancelMetadataModelCreation. For more information, see Actions, resources, and condition keys for Database Migration Service.
Samples
// The following example cancels a metadata model creation operation.
val resp = databaseMigrationClient.cancelMetadataModelCreation {
migrationProjectIdentifier = "arn:aws:dms:us-east-1:111122223333:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRS"
requestIdentifier = "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
}Content copied to clipboard