:doc:`DocDB <../../docdb>` / Client / remove_tags_from_resource

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



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

  

  Removes metadata tags from an Amazon DocumentDB resource.

  

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


  **Request Syntax**
  ::

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

    The Amazon DocumentDB resource that the tags are removed from. This value is an Amazon Resource Name (ARN).

    

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

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

    

  
    - *(string) --* 

    

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

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

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

  