:doc:`Rekognition <../../rekognition>` / Client / stop_stream_processor

*********************
stop_stream_processor
*********************



.. py:method:: Rekognition.Client.stop_stream_processor(**kwargs)

  

  Stops a running stream processor that was created by  CreateStreamProcessor.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/rekognition-2016-06-27/StopStreamProcessor>`_  


  **Request Syntax**
  ::

    response = client.stop_stream_processor(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of a stream processor created by  CreateStreamProcessor.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Rekognition.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Rekognition.Client.exceptions.InternalServerError`

  
  *   :py:class:`Rekognition.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Rekognition.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Rekognition.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Rekognition.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`Rekognition.Client.exceptions.ProvisionedThroughputExceededException`

  