The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("ResourceInUseException")) return null; ResourceInUseException e = (ResourceInUseException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ResourceInUseException e = (ResourceInUseException)super.unmarshall(json); e.setErrorCode("ResourceInUseException"); return e; }
31323334353637383940