DataAutomationforBedrock / Client / delete_data_automation_library
delete_data_automation_library¶
- DataAutomationforBedrock.Client.delete_data_automation_library(**kwargs)¶
Deletes an existing Amazon Bedrock Data Automation Library
See also: AWS API Documentation
Request Syntax
response = client.delete_data_automation_library( libraryArn='string' )
- Parameters:
libraryArn (string) –
[REQUIRED]
ARN generated at the server side when a DataAutomationLibrary is created
- Return type:
dict
- Returns:
Response Syntax
{ 'libraryArn': 'string', 'status': 'ACTIVE'|'DELETING' }
Response Structure
(dict) –
Delete DataAutomationLibrary Response
libraryArn (string) –
ARN generated at the server side when a DataAutomationLibrary is created
status (string) –
Status of DataAutomationLibrary
Exceptions
DataAutomationforBedrock.Client.exceptions.ValidationExceptionDataAutomationforBedrock.Client.exceptions.ConflictExceptionDataAutomationforBedrock.Client.exceptions.InternalServerExceptionDataAutomationforBedrock.Client.exceptions.ThrottlingExceptionDataAutomationforBedrock.Client.exceptions.AccessDeniedExceptionDataAutomationforBedrock.Client.exceptions.ResourceNotFoundException