Bedrock / Client / delete_automated_reasoning_policy_build_workflow

delete_automated_reasoning_policy_build_workflow

Bedrock.Client.delete_automated_reasoning_policy_build_workflow(**kwargs)

Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.

See also: AWS API Documentation

Request Syntax

response = client.delete_automated_reasoning_policy_build_workflow(
    policyArn='string',
    buildWorkflowId='string',
    lastUpdatedAt=datetime(2015, 1, 1)
)
Parameters:
  • policyArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete.

  • buildWorkflowId (string) –

    [REQUIRED]

    The unique identifier of the build workflow to delete.

  • lastUpdatedAt (datetime) –

    [REQUIRED]

    The timestamp when the build workflow was last updated. This is used for optimistic concurrency control to prevent accidental deletion of workflows that have been modified.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Bedrock.Client.exceptions.ResourceNotFoundException

  • Bedrock.Client.exceptions.AccessDeniedException

  • Bedrock.Client.exceptions.ValidationException

  • Bedrock.Client.exceptions.ConflictException

  • Bedrock.Client.exceptions.InternalServerException

  • Bedrock.Client.exceptions.ThrottlingException