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
GraphqlApi
Amazon Resource Name (ARN).tagKeys (list) –
[REQUIRED]
A list of
TagKey
objects.(string) –
The key for the tag.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.BadRequestException
AppSync.Client.exceptions.NotFoundException
AppSync.Client.exceptions.LimitExceededException
AppSync.Client.exceptions.UnauthorizedException
AppSync.Client.exceptions.InternalFailureException
AppSync.Client.exceptions.AccessDeniedException