delete_workflow_step_group

MigrationHubOrchestrator.Client.delete_workflow_step_group(**kwargs)

Delete a step group in a migration workflow.

See also: AWS API Documentation

Request Syntax

response = client.delete_workflow_step_group(
    workflowId='string',
    id='string'
)
Parameters
  • workflowId (string) --

    [REQUIRED]

    The ID of the migration workflow.

  • id (string) --

    [REQUIRED]

    The ID of the step group you want to delete.

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