Detective / Client / untag_resource

untag_resource#

Detective.Client.untag_resource(**kwargs)#

Removes tags from a behavior graph.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The ARN of the behavior graph to remove the tags from.

  • TagKeys (list) –

    [REQUIRED]

    The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Detective.Client.exceptions.AccessDeniedException

  • Detective.Client.exceptions.InternalServerException

  • Detective.Client.exceptions.ValidationException

  • Detective.Client.exceptions.ResourceNotFoundException