untag_resource

EventBridgeScheduler.Client.untag_resource(**kwargs)

Removes one or more tags from the specified EventBridge Scheduler schedule group.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the schedule group from which you are removing tags.

  • TagKeys (list) --

    [REQUIRED]

    The list of tag keys to remove from the resource.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • EventBridgeScheduler.Client.exceptions.ValidationException
  • EventBridgeScheduler.Client.exceptions.InternalServerException
  • EventBridgeScheduler.Client.exceptions.ConflictException
  • EventBridgeScheduler.Client.exceptions.ResourceNotFoundException
  • EventBridgeScheduler.Client.exceptions.ThrottlingException