:doc:`Neptune <../../neptune>` / Client / remove_tags_from_resource

*************************
remove_tags_from_resource
*************************



.. py:method:: Neptune.Client.remove_tags_from_resource(**kwargs)

  

  Removes metadata tags from an Amazon Neptune resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveTagsFromResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Neptune resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see `Constructing an Amazon Resource Name (ARN) <https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing>`__.

    

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

    The tag key (name) of the tag to be removed.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Neptune.Client.exceptions.DBInstanceNotFoundFault`

  
  *   :py:class:`Neptune.Client.exceptions.DBSnapshotNotFoundFault`

  
  *   :py:class:`Neptune.Client.exceptions.DBClusterNotFoundFault`

  