:doc:`SecurityHub <../../securityhub>` / Client / update_action_target

********************
update_action_target
********************



.. py:method:: SecurityHub.Client.update_action_target(**kwargs)

  

  Updates the name and description of a custom action target in Security Hub.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateActionTarget>`_  


  **Request Syntax**
  ::

    response = client.update_action_target(
        ActionTargetArn='string',
        Name='string',
        Description='string'
    )
    
  :type ActionTargetArn: string
  :param ActionTargetArn: **[REQUIRED]** 

    The ARN of the custom action target to update.

    

  
  :type Name: string
  :param Name: 

    The updated name of the custom action target.

    

  
  :type Description: string
  :param Description: 

    The updated description for the custom action target.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalException`

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidAccessException`

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

  