delete_workflow_step
(**kwargs)¶Delete a step in a migration workflow. Pause the workflow to delete a running step.
See also: AWS API Documentation
Request Syntax
response = client.delete_workflow_step(
id='string',
stepGroupId='string',
workflowId='string'
)
[REQUIRED]
The ID of the step you want to delete.
[REQUIRED]
The ID of the step group that contains the step you want to delete.
[REQUIRED]
The ID of the migration workflow.
dict
Response Syntax
{}
Response Structure
Exceptions
MigrationHubOrchestrator.Client.exceptions.ThrottlingException
MigrationHubOrchestrator.Client.exceptions.AccessDeniedException
MigrationHubOrchestrator.Client.exceptions.InternalServerException
MigrationHubOrchestrator.Client.exceptions.ValidationException
MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException