The specified pipeline was not found. Verify that you used the correct user and account identifiers.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("PipelineNotFoundException")) return null; PipelineNotFoundException e = (PipelineNotFoundException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { PipelineNotFoundException e = (PipelineNotFoundException)super.unmarshall(json); e.setErrorCode("PipelineNotFoundException"); return e; }
31323334353637383940