Returns information about the CancelJob response and response metadata.
Inheritance: CancelJobResult
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CancelJobResponse response = new CancelJobResponse();


            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CancelJobResponse response = new CancelJobResponse();

              context.Read();

              response.CancelJobResult = CancelJobResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,CancelJobResponse response)
 {
                 
     return;
 }