When you create a job, Elastic Transcoder returns JSON data that includes the values
                       that you specified plus information about the job that is created. 
            
                    
            
If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
 Declaration Syntax
 Declaration Syntax| C# | 
public CreateJobResponse CreateJob( CreateJobRequest request )
 Parameters
 Parameters- request (CreateJobRequest)
- Container for the necessary parameters to execute the CreateJob service method.
 Return Value
 Return ValueThe response from the CreateJob 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. | 
| LimitExceededException | Too many operations for a given AWS account. For example, the number of pipelines
            exceeds            the maximum allowed. | 
| 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. |