WorkspacesInstances / Client / untag_resource
untag_resource¶
- WorkspacesInstances.Client.untag_resource(**kwargs)¶
Removes tags from a WorkSpace Instance.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( WorkspaceInstanceId='string', TagKeys=[ 'string', ] )
- Parameters:
WorkspaceInstanceId (string) –
[REQUIRED]
Unique identifier of the WorkSpace Instance to untag.
TagKeys (list) –
[REQUIRED]
Keys of tags to be removed.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Confirms successful tag removal.
Exceptions
WorkspacesInstances.Client.exceptions.ValidationException
WorkspacesInstances.Client.exceptions.AccessDeniedException
WorkspacesInstances.Client.exceptions.ResourceNotFoundException
WorkspacesInstances.Client.exceptions.ThrottlingException
WorkspacesInstances.Client.exceptions.InternalServerException