Rekognition / Client / delete_stream_processor
delete_stream_processor#
- Rekognition.Client.delete_stream_processor(**kwargs)#
Deletes the stream processor identified by
Name
. You assign the value forName
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 callingDeleteStreamProcessor
.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