Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_workflow_step

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'
)
Parameters
  • id (string) --

    [REQUIRED]

    The ID of the step you want to delete.

  • stepGroupId (string) --

    [REQUIRED]

    The ID of the step group that contains the step you want to delete.

  • workflowId (string) --

    [REQUIRED]

    The ID of the migration workflow.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • MigrationHubOrchestrator.Client.exceptions.ThrottlingException
  • MigrationHubOrchestrator.Client.exceptions.AccessDeniedException
  • MigrationHubOrchestrator.Client.exceptions.InternalServerException
  • MigrationHubOrchestrator.Client.exceptions.ValidationException
  • MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException