:doc:`MigrationHubOrchestrator <../../migrationhuborchestrator>` / Client / retry_workflow_step

*******************
retry_workflow_step
*******************



.. py:method:: MigrationHubOrchestrator.Client.retry_workflow_step(**kwargs)

  

  Retry a failed step in a migration workflow.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/migrationhuborchestrator-2021-08-28/RetryWorkflowStep>`_  


  **Request Syntax**
  ::

    response = client.retry_workflow_step(
        workflowId='string',
        stepGroupId='string',
        id='string'
    )
    
  :type workflowId: string
  :param workflowId: **[REQUIRED]** 

    The ID of the migration workflow.

    

  
  :type stepGroupId: string
  :param stepGroupId: **[REQUIRED]** 

    The ID of the step group.

    

  
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the step.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'stepGroupId': 'string',
          'workflowId': 'string',
          'id': 'string',
          'status': 'AWAITING_DEPENDENCIES'|'SKIPPED'|'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**
  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.ThrottlingException`

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.InternalServerException`

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException`

  