BedrockAgentCoreControl / Client / delete_registry_record
delete_registry_record¶
- BedrockAgentCoreControl.Client.delete_registry_record(**kwargs)¶
Deletes a registry record. The record’s status transitions to
DELETINGand the record is removed asynchronously.See also: AWS API Documentation
Request Syntax
response = client.delete_registry_record( registryId='string', recordId='string' )
- Parameters:
registryId (string) –
[REQUIRED]
The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
recordId (string) –
[REQUIRED]
The identifier of the registry record to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the record.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
BedrockAgentCoreControl.Client.exceptions.AccessDeniedExceptionBedrockAgentCoreControl.Client.exceptions.ConflictExceptionBedrockAgentCoreControl.Client.exceptions.ValidationExceptionBedrockAgentCoreControl.Client.exceptions.ResourceNotFoundExceptionBedrockAgentCoreControl.Client.exceptions.ThrottlingExceptionBedrockAgentCoreControl.Client.exceptions.InternalServerException