ResourceGroups / Client / cancel_tag_sync_task
cancel_tag_sync_task¶
- ResourceGroups.Client.cancel_tag_sync_task(**kwargs)¶
Cancels the specified tag-sync task.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:CancelTagSyncTask
on the application groupresource-groups:DeleteGroup
See also: AWS API Documentation
Request Syntax
response = client.cancel_tag_sync_task( TaskArn='string' )
- Parameters:
TaskArn (string) –
[REQUIRED]
The Amazon resource name (ARN) of the tag-sync task.
- Returns:
None
Exceptions
ResourceGroups.Client.exceptions.UnauthorizedException
ResourceGroups.Client.exceptions.BadRequestException
ResourceGroups.Client.exceptions.ForbiddenException
ResourceGroups.Client.exceptions.MethodNotAllowedException
ResourceGroups.Client.exceptions.TooManyRequestsException
ResourceGroups.Client.exceptions.InternalServerErrorException