BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_browser
delete_browser¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_browser(**kwargs)¶
Deletes a custom browser.
See also: AWS API Documentation
Request Syntax
response = client.delete_browser( browserId='string', clientToken='string' )
- Parameters:
browserId (string) –
[REQUIRED]
The unique identifier of the browser to delete.
clientToken (string) –
A unique, case-sensitive identifier to ensure idempotency of the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'browserId': 'string', 'status': 'CREATING'|'CREATE_FAILED'|'READY'|'DELETING'|'DELETE_FAILED'|'DELETED', 'lastUpdatedAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
browserId (string) –
The unique identifier of the deleted browser.
status (string) –
The current status of the browser deletion.
lastUpdatedAt (datetime) –
The timestamp when the browser was last updated.
Exceptions
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ServiceQuotaExceededException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ConflictException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ValidationException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException