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'
)
[REQUIRED]
The name of the stream processor you want to delete.
{}
Response Structure
Exceptions
Rekognition.Client.exceptions.AccessDeniedExceptionRekognition.Client.exceptions.InternalServerErrorRekognition.Client.exceptions.ThrottlingExceptionRekognition.Client.exceptions.InvalidParameterExceptionRekognition.Client.exceptions.ResourceNotFoundExceptionRekognition.Client.exceptions.ResourceInUseExceptionRekognition.Client.exceptions.ProvisionedThroughputExceededException