:doc:`ARCRegionswitch <../../arc-region-switch>` / Waiter / PlanExecutionCompleted

**********************
PlanExecutionCompleted
**********************



.. py:class:: ARCRegionswitch.Waiter.PlanExecutionCompleted

  ::

    
    waiter = client.get_waiter('plan_execution_completed')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`ARCRegionswitch.Client.get_plan_execution` every 30 seconds until a successful state is reached. An error is raised after 5 failed checks.

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


    **Request Syntax**
    ::

      waiter.wait(
          planArn='string',
          executionId='string',
          maxResults=123,
          nextToken='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type planArn: string
    :param planArn: **[REQUIRED]** 

      The Amazon Resource Name (ARN) of the plan with the execution to retrieve.

      

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

      The execution identifier of a plan execution.

      

    
    :type maxResults: integer
    :param maxResults: 

      The number of objects that you want to return with this call.

      

    
    :type nextToken: string
    :param nextToken: 

      Specifies that you want to receive the next page of results. Valid only if you received a ``nextToken`` response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's ``nextToken`` response to request the next page of results.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 30

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 5

        

      
    
    
    :returns: None