retry_workflow_step
(**kwargs)¶Retry a failed step in a migration workflow.
See also: AWS API Documentation
Request Syntax
response = client.retry_workflow_step(
workflowId='string',
stepGroupId='string',
id='string'
)
[REQUIRED]
The ID of the migration workflow.
[REQUIRED]
The ID of the step group.
[REQUIRED]
The ID of the step.
dict
Response Syntax
{
'stepGroupId': 'string',
'workflowId': 'string',
'id': 'string',
'status': 'AWAITING_DEPENDENCIES'|'READY'|'IN_PROGRESS'|'COMPLETED'|'FAILED'|'PAUSED'|'USER_ATTENTION_REQUIRED'
}
Response Structure
(dict) --
stepGroupId (string) --
The ID of the step group.
workflowId (string) --
The ID of the migration workflow.
id (string) --
The ID of the step.
status (string) --
The status of the step.
Exceptions
MigrationHubOrchestrator.Client.exceptions.ThrottlingException
MigrationHubOrchestrator.Client.exceptions.AccessDeniedException
MigrationHubOrchestrator.Client.exceptions.InternalServerException
MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException