BedrockAgentCoreControl / Client / delete_gateway_target
delete_gateway_target¶
- BedrockAgentCoreControl.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'|'SYNCHRONIZING'|'SYNCHRONIZE_UNSUCCESSFUL', '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- BedrockAgentCoreControl.Client.exceptions.ValidationException
- BedrockAgentCoreControl.Client.exceptions.AccessDeniedException
- BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException
- BedrockAgentCoreControl.Client.exceptions.ThrottlingException
- BedrockAgentCoreControl.Client.exceptions.InternalServerException