ElementalInference / Client / untag_resource
untag_resource¶
- ElementalInference.Client.untag_resource(**kwargs)¶
Deletes specified tags from the specified resource in the current region.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource where you want to delete one or more tags.
tagKeys (list) –
[REQUIRED]
The keys of the tags to delete.
(string) –
- Returns:
None
Exceptions
ElementalInference.Client.exceptions.ValidationExceptionElementalInference.Client.exceptions.ResourceNotFoundExceptionElementalInference.Client.exceptions.InternalServerErrorExceptionElementalInference.Client.exceptions.AccessDeniedExceptionElementalInference.Client.exceptions.TooManyRequestExceptionElementalInference.Client.exceptions.ConflictException