delete_flywheel

Comprehend.Client.delete_flywheel(**kwargs)

Deletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel.

For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide .

See also: AWS API Documentation

Request Syntax

response = client.delete_flywheel(
    FlywheelArn='string'
)
Parameters
FlywheelArn (string) --

[REQUIRED]

The Amazon Resource Number (ARN) of the flywheel to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Comprehend.Client.exceptions.InvalidRequestException
  • Comprehend.Client.exceptions.TooManyRequestsException
  • Comprehend.Client.exceptions.ResourceNotFoundException
  • Comprehend.Client.exceptions.ResourceUnavailableException
  • Comprehend.Client.exceptions.ResourceInUseException
  • Comprehend.Client.exceptions.InternalServerException