BedrockAgentCoreControl / Client / delete_configuration_bundle
delete_configuration_bundle¶
- BedrockAgentCoreControl.Client.delete_configuration_bundle(**kwargs)¶
Deletes a configuration bundle and all of its versions.
See also: AWS API Documentation
Request Syntax
response = client.delete_configuration_bundle( bundleId='string' )
- Parameters:
bundleId (string) –
[REQUIRED]
The unique identifier of the configuration bundle to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'bundleId': 'string', 'status': 'ACTIVE'|'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'DELETING'|'DELETE_FAILED' }
Response Structure
(dict) –
bundleId (string) –
The unique identifier of the deleted configuration bundle.
status (string) –
The status of the configuration bundle deletion operation.
Exceptions
BedrockAgentCoreControl.Client.exceptions.ValidationExceptionBedrockAgentCoreControl.Client.exceptions.AccessDeniedExceptionBedrockAgentCoreControl.Client.exceptions.ConflictExceptionBedrockAgentCoreControl.Client.exceptions.ResourceNotFoundExceptionBedrockAgentCoreControl.Client.exceptions.ThrottlingExceptionBedrockAgentCoreControl.Client.exceptions.InternalServerException