:doc:`ARCRegionswitch <../../arc-region-switch>` / Client / update_plan_execution_step

**************************
update_plan_execution_step
**************************



.. py:method:: ARCRegionswitch.Client.update_plan_execution_step(**kwargs)

  

  Updates a specific step in an in-progress plan execution. This operation allows you to modify the step's comment or action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/arc-region-switch-2022-07-26/UpdatePlanExecutionStep>`_  


  **Request Syntax**
  ::

    response = client.update_plan_execution_step(
        planArn='string',
        executionId='string',
        comment='string',
        stepName='string',
        actionToTake='switchToUngraceful'|'skip'
    )
    
  :type planArn: string
  :param planArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the plan containing the execution step to update.

    

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

    The unique identifier of the plan execution containing the step to update.

    

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

    An optional comment about the plan execution.

    

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

    The name of the execution step to update.

    

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

    The updated action to take for the step. This can be used to skip or retry a step.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ARCRegionswitch.Client.exceptions.ResourceNotFoundException`

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

  