The ListJobsByStatus operation gets a list of jobs that have a specified status. The
                       response body contains one element for each job that satisfies the search
            criteria.
            
 Declaration Syntax
 Declaration Syntax| C# | 
ListJobsByStatusResponse ListJobsByStatus( ListJobsByStatusRequest request )
 Parameters
 Parameters- request (ListJobsByStatusRequest)
- Container for the necessary parameters to execute the ListJobsByStatus service method.
 Return Value
 Return ValueThe response from the ListJobsByStatus service method, as returned by ElasticTranscoder.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| AccessDeniedException | General authentication failure. The request was not signed correctly. | 
| IncompatibleVersionException | |
| InternalServiceException | Elastic Transcoder encountered an unexpected exception while trying to fulfill the
            request. | 
| ResourceNotFoundException | The requested resource does not exist or is not available. For example, the pipeline
            to            which you're trying to add a job doesn't exist or is still being created. | 
| ValidationException | One or more required parameter values were not provided in the request. |