signer / Client / untag_resource

untag_resource#

signer.Client.untag_resource(**kwargs)#

Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) for the signing profile.

  • tagKeys (list) –

    [REQUIRED]

    A list of tag keys to be removed from the signing profile.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions