AugmentedAIRuntime.Client.
delete_human_loop
(**kwargs)¶Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException
.
See also: AWS API Documentation
Request Syntax
response = client.delete_human_loop(
HumanLoopName='string'
)
[REQUIRED]
The name of the human loop that you want to delete.
{}
Response Structure
Exceptions
AugmentedAIRuntime.Client.exceptions.ValidationException
AugmentedAIRuntime.Client.exceptions.ResourceNotFoundException
AugmentedAIRuntime.Client.exceptions.ThrottlingException
AugmentedAIRuntime.Client.exceptions.InternalServerException