remove_tags_from_resource

Neptune.Client.remove_tags_from_resource(**kwargs)

Removes metadata tags from an Amazon Neptune resource.

See also: AWS API Documentation

Request Syntax

response = client.remove_tags_from_resource(
    ResourceName='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceName (string) --

    [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).

  • TagKeys (list) --

    [REQUIRED]

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

    • (string) --
Returns

None

Exceptions

  • Neptune.Client.exceptions.DBInstanceNotFoundFault
  • Neptune.Client.exceptions.DBSnapshotNotFoundFault
  • Neptune.Client.exceptions.DBClusterNotFoundFault