Organizations / Client / untag_resource
untag_resource¶
- Organizations.Client.untag_resource(**kwargs)¶
Removes any tags with the specified keys from the specified resource.
You can attach tags to the following resources in Organizations.
Amazon Web Services account
Organization root
Organizational unit (OU)
Policy (any type)
You can only call this operation from the management account or a member account that is a delegated administrator.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceId='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceId (string) –
[REQUIRED]
The ID of the resource to remove a tag from.
You can specify any of the following taggable resources.
Amazon Web Services account – specify the account ID number.
Organizational unit – specify the OU ID that begins with
ou-and looks similar to:ou-1a2b-34uvwxyzRoot – specify the root ID that begins with
r-and looks similar to:r-1a2bPolicy – specify the policy ID that begins with
p-andlooks similar to:p-12abcdefg3
TagKeys (list) –
[REQUIRED]
The list of keys for tags to remove from the specified resource.
(string) –
- Returns:
None
Exceptions
Organizations.Client.exceptions.AccessDeniedExceptionOrganizations.Client.exceptions.ConcurrentModificationExceptionOrganizations.Client.exceptions.AWSOrganizationsNotInUseExceptionOrganizations.Client.exceptions.TargetNotFoundExceptionOrganizations.Client.exceptions.ConstraintViolationExceptionOrganizations.Client.exceptions.InvalidInputExceptionOrganizations.Client.exceptions.ServiceExceptionOrganizations.Client.exceptions.TooManyRequestsException