delete_human_loop

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'
)
Parameters
HumanLoopName (string) --

[REQUIRED]

The name of the human loop that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • AugmentedAIRuntime.Client.exceptions.ValidationException
  • AugmentedAIRuntime.Client.exceptions.ResourceNotFoundException
  • AugmentedAIRuntime.Client.exceptions.ThrottlingException
  • AugmentedAIRuntime.Client.exceptions.InternalServerException