:doc:`Amplify <../../amplify>` / Client / untag_resource

**************
untag_resource
**************



.. py:method:: Amplify.Client.untag_resource(**kwargs)

  

  Untags a resource with a specified Amazon Resource Name (ARN).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UntagResource>`_  


  **Request Syntax**
  ::

    response = client.untag_resource(
        resourceArn='string',
        tagKeys=[
            'string',
        ]
    )
    
  :type resourceArn: string
  :param resourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) to use to untag a resource.

    

  
  :type tagKeys: list
  :param tagKeys: **[REQUIRED]** 

    The tag keys to use to untag a resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The response for the untag resource request.

      
  
  **Exceptions**
  
  *   :py:class:`Amplify.Client.exceptions.InternalFailureException`

  
  *   :py:class:`Amplify.Client.exceptions.BadRequestException`

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

  