BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_gateway_target
delete_gateway_target¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_gateway_target(**kwargs)¶
Deletes a gateway target.
See also: AWS API Documentation
Request Syntax
response = client.delete_gateway_target( gatewayIdentifier='string', targetId='string' )
- Parameters:
gatewayIdentifier (string) –
[REQUIRED]
The unique identifier of the gateway associated with the target.
targetId (string) –
[REQUIRED]
The unique identifier of the gateway target to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'gatewayArn': 'string', 'targetId': 'string', 'status': 'CREATING'|'UPDATING'|'UPDATE_UNSUCCESSFUL'|'DELETING'|'READY'|'FAILED', 'statusReasons': [ 'string', ] }
Response Structure
(dict) –
gatewayArn (string) –
The Amazon Resource Name (ARN) of the gateway.
targetId (string) –
The unique identifier of the deleted gateway target.
status (string) –
The current status of the gateway target deletion.
statusReasons (list) –
The reasons for the current status of the gateway target 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