Interconnect / Client / untag_resource
untag_resource¶
- Interconnect.Client.untag_resource(**kwargs)¶
Removes tags from the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( arn='string', tagKeys=[ 'string', ] )
- Parameters:
arn (string) –
[REQUIRED]
The ARN of the resource from which the specified tags should be removed.
tagKeys (list) –
[REQUIRED]
The list of tag keys that should be removed from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Interconnect.Client.exceptions.ResourceNotFoundExceptionInterconnect.Client.exceptions.InterconnectClientExceptionInterconnect.Client.exceptions.ThrottlingExceptionInterconnect.Client.exceptions.AccessDeniedExceptionInterconnect.Client.exceptions.InterconnectValidationExceptionInterconnect.Client.exceptions.ServiceQuotaExceededExceptionInterconnect.Client.exceptions.InterconnectServerException