mgn / Client / delete_network_migration_definition
delete_network_migration_definition¶
- mgn.Client.delete_network_migration_definition(**kwargs)¶
Deletes a network migration definition. This operation removes the migration definition and all associated metadata.
See also: AWS API Documentation
Request Syntax
response = client.delete_network_migration_definition( networkMigrationDefinitionID='string' )
- Parameters:
networkMigrationDefinitionID (string) –
[REQUIRED]
The unique identifier of the network migration definition to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
mgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.AccessDeniedExceptionmgn.Client.exceptions.ConflictException