SSOAdmin / Client / untag_resource

untag_resource#

SSOAdmin.Client.untag_resource(**kwargs)#

Disassociates a set of tags from a specified resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    InstanceArn='string',
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • InstanceArn (string) – The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

  • ResourceArn (string) –

    [REQUIRED]

    The ARN of the resource with the tags to be listed.

  • TagKeys (list) –

    [REQUIRED]

    The keys of tags that are attached to the resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SSOAdmin.Client.exceptions.ThrottlingException

  • SSOAdmin.Client.exceptions.InternalServerException

  • SSOAdmin.Client.exceptions.ResourceNotFoundException

  • SSOAdmin.Client.exceptions.AccessDeniedException

  • SSOAdmin.Client.exceptions.ValidationException

  • SSOAdmin.Client.exceptions.ConflictException