RuntimeforBedrockDataAutomation / Client / untag_resource

untag_resource

RuntimeforBedrockDataAutomation.Client.untag_resource(**kwargs)

Untag an Amazon Bedrock Data Automation resource

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    resourceARN='string',
    tagKeys=[
        'string',
    ]
)
Parameters:
  • resourceARN (string) –

    [REQUIRED]

    ARN of a taggable resource

  • tagKeys (list) –

    [REQUIRED]

    List of tag keys

    • (string) –

      Defines the context of the tag.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • RuntimeforBedrockDataAutomation.Client.exceptions.ValidationException

  • RuntimeforBedrockDataAutomation.Client.exceptions.AccessDeniedException

  • RuntimeforBedrockDataAutomation.Client.exceptions.InternalServerException

  • RuntimeforBedrockDataAutomation.Client.exceptions.ResourceNotFoundException

  • RuntimeforBedrockDataAutomation.Client.exceptions.ThrottlingException