:doc:`mgn <../../mgn>` / Client / untag_resource

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



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

  

  Deletes the specified set of tags from the specified set of Application Migration Service resources.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UntagResource>`_  


  **Request Syntax**
  ::

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

    Untag resource by ARN.

    

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

    Untag resource by Keys.

    

  
    - *(string) --* 

    

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

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

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

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

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

  