BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_gateway
delete_gateway¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_gateway(**kwargs)¶
Deletes a Gateway.
See also: AWS API Documentation
Request Syntax
response = client.delete_gateway( gatewayIdentifier='string' )
- Parameters:
gatewayIdentifier (string) –
[REQUIRED]
The identifier of the gateway to delete. This can be either the gateway ID or the gateway ARN.
- Return type:
dict
- Returns:
Response Syntax
{ 'gatewayId': 'string', 'status': 'CREATING'|'UPDATING'|'UPDATE_UNSUCCESSFUL'|'DELETING'|'READY'|'FAILED', 'statusReasons': [ 'string', ] }
Response Structure
(dict) –
gatewayId (string) –
The unique identifier of the deleted Gateway.
status (string) –
The current status of the Gateway deletion.
statusReasons (list) –
The reasons for the current status of the Gateway deletion.
(string) –
Exceptions
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ValidationException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ConflictException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException