/**
  * @expectedException \Aws\ElasticTranscoder\Exception\ResourceNotFoundException
  */
 public function testErrorParsing()
 {
     $this->transcoder->cancelJob(array('Id' => '1111111111111-abcdef'));
 }