untag_resource

KendraRanking.Client.untag_resource(**kwargs)

Removes a tag from a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore operation.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the rescore execution plan to remove the tag.

  • TagKeys (list) --

    [REQUIRED]

    A list of tag keys to remove from the rescore execution plan. If a tag key does not exist on the resource, it is ignored.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

    If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Exceptions

  • KendraRanking.Client.exceptions.ValidationException
  • KendraRanking.Client.exceptions.ResourceUnavailableException
  • KendraRanking.Client.exceptions.ThrottlingException
  • KendraRanking.Client.exceptions.AccessDeniedException
  • KendraRanking.Client.exceptions.InternalServerException