DataAutomationforBedrock / Client / delete_blueprint

delete_blueprint#

DataAutomationforBedrock.Client.delete_blueprint(**kwargs)#

Deletes an existing Amazon Bedrock Keystone Blueprint

See also: AWS API Documentation

Request Syntax

response = client.delete_blueprint(
    blueprintArn='string',
    blueprintVersion='string'
)
Parameters:
  • blueprintArn (string) –

    [REQUIRED]

    ARN generated at the server side when a Blueprint is created

  • blueprintVersion (string) – Optional field to delete a specific Blueprint version

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Delete Blueprint Response

Exceptions

  • DataAutomationforBedrock.Client.exceptions.ValidationException

  • DataAutomationforBedrock.Client.exceptions.InternalServerException

  • DataAutomationforBedrock.Client.exceptions.ThrottlingException

  • DataAutomationforBedrock.Client.exceptions.AccessDeniedException

  • DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException