:doc:`SageMaker <../../sagemaker>` / Client / update_action

*************
update_action
*************



.. py:method:: SageMaker.Client.update_action(**kwargs)

  

  Updates an action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAction>`_  


  **Request Syntax**
  ::

    response = client.update_action(
        ActionName='string',
        Description='string',
        Status='Unknown'|'InProgress'|'Completed'|'Failed'|'Stopping'|'Stopped',
        Properties={
            'string': 'string'
        },
        PropertiesToRemove=[
            'string',
        ]
    )
    
  :type ActionName: string
  :param ActionName: **[REQUIRED]** 

    The name of the action to update.

    

  
  :type Description: string
  :param Description: 

    The new description for the action.

    

  
  :type Status: string
  :param Status: 

    The new status for the action.

    

  
  :type Properties: dict
  :param Properties: 

    The new list of properties. Overwrites the current property list.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  :type PropertiesToRemove: list
  :param PropertiesToRemove: 

    A list of properties to remove.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'ActionArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ActionArn** *(string) --* 

        The Amazon Resource Name (ARN) of the action.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ConflictException`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  