PrivateCAConnectorforSCEP / Client / untag_resource
untag_resource#
- PrivateCAConnectorforSCEP.Client.untag_resource(**kwargs)#
Removes one or more tags from your resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
TagKeys (list) –
[REQUIRED]
Specifies a list of tag keys that you want to remove from the specified resources.
(string) –
- Returns:
None
Exceptions
PrivateCAConnectorforSCEP.Client.exceptions.ResourceNotFoundException
PrivateCAConnectorforSCEP.Client.exceptions.InternalServerException
PrivateCAConnectorforSCEP.Client.exceptions.ValidationException
PrivateCAConnectorforSCEP.Client.exceptions.ThrottlingException
PrivateCAConnectorforSCEP.Client.exceptions.AccessDeniedException