ParallelComputingService / Client / untag_resource

untag_resource#

ParallelComputingService.Client.untag_resource(**kwargs)#

Deletes tags from an Amazon Web Services PCS resource. To delete a tag, specify the tag key and the Amazon Resource Name (ARN) of the Amazon Web Services PCS resource.

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 resource.

  • tagKeys (list) –

    [REQUIRED]

    1 or more tag keys to remove from the resource. Specify only tag keys and not tag values.

    • (string) –

Returns:

None

Exceptions

  • ParallelComputingService.Client.exceptions.ResourceNotFoundException