:doc:`DataAutomationforBedrock <../../bedrock-data-automation>` / Client / untag_resource

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



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

  

  Untag an Amazon Bedrock Data Automation resource

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/UntagResource>`_  


  **Request Syntax**
  ::

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

    ARN of a taggable resource

    

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

    List of tag keys

    

  
    - *(string) --* 

      Defines the context of the tag.

      

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ValidationException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ThrottlingException`

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

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

  