:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / untag_resource

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



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

  

  Removes a tag from a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) for a resource.

    

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

    The keys for tags you add to resources.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ValidationException`

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

  