AppSync / Client / untag_resource
untag_resource¶
- AppSync.Client.untag_resource(**kwargs)¶
Untags a resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The
GraphqlApiAmazon Resource Name (ARN).tagKeys (list) –
[REQUIRED]
A list of
TagKeyobjects.(string) –
The key for the tag.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.BadRequestExceptionAppSync.Client.exceptions.NotFoundExceptionAppSync.Client.exceptions.LimitExceededExceptionAppSync.Client.exceptions.UnauthorizedExceptionAppSync.Client.exceptions.InternalFailureExceptionAppSync.Client.exceptions.AccessDeniedException