BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_agent_runtime
delete_agent_runtime¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_agent_runtime(**kwargs)¶
Deletes an Amazon Secure Agent.
See also: AWS API Documentation
Request Syntax
response = client.delete_agent_runtime( agentRuntimeId='string' )
- Parameters:
agentRuntimeId (string) –
[REQUIRED]
The unique identifier of the agent runtime to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'status': 'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'READY'|'DELETING' }
Response Structure
(dict) –
status (string) –
The current status of the agent runtime deletion.
Exceptions
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedExceptionBedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ConflictExceptionBedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundExceptionBedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingExceptionBedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException