mgn / Client / untag_resource

untag_resource#

mgn.Client.untag_resource(**kwargs)#

Deletes the specified set of tags from the specified set of Application Migration Service resources.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Untag resource by ARN.

  • tagKeys (list) –

    [REQUIRED]

    Untag resource by Keys.

    • (string) –

Returns:

None

Exceptions

  • mgn.Client.exceptions.ResourceNotFoundException

  • mgn.Client.exceptions.ThrottlingException

  • mgn.Client.exceptions.ValidationException

  • mgn.Client.exceptions.AccessDeniedException

  • mgn.Client.exceptions.InternalServerException