UserNotifications / Client / untag_resource
untag_resource¶
- UserNotifications.Client.untag_resource(**kwargs)¶
Untags a resource with a specified Amazon Resource Name (ARN).
For more information, see Tagging your Amazon Web Services resources in the Tagging Amazon Web Services Resources User Guide.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( arn='string', tagKeys=[ 'string', ] )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) to use to untag a resource.
tagKeys (list) –
[REQUIRED]
The tag keys to use to untag a resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
UserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ResourceNotFoundExceptionUserNotifications.Client.exceptions.ThrottlingException