Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_stream_processor

delete_stream_processor(**kwargs)

Deletes the stream processor identified by Name . You assign the value for Name when you create the stream processor with CreateStreamProcessor. You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor .

See also: AWS API Documentation

Request Syntax

response = client.delete_stream_processor(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the stream processor you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Rekognition.Client.exceptions.AccessDeniedException
  • Rekognition.Client.exceptions.InternalServerError
  • Rekognition.Client.exceptions.ThrottlingException
  • Rekognition.Client.exceptions.InvalidParameterException
  • Rekognition.Client.exceptions.ResourceNotFoundException
  • Rekognition.Client.exceptions.ResourceInUseException
  • Rekognition.Client.exceptions.ProvisionedThroughputExceededException