MigrationHubOrchestrator / Client / untag_resource

untag_resource#

MigrationHubOrchestrator.Client.untag_resource(**kwargs)#

Deletes the tags for a 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 from which you want to remove tags.

  • tagKeys (list) –

    [REQUIRED]

    One or more tag keys. Specify only the tag keys, not the tag values.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MigrationHubOrchestrator.Client.exceptions.ValidationException

  • MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException