This operation requires a body. Ensure that the body is present and the Content-Type header is set.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MissingBody")) return null; MissingBodyException e = (MissingBodyException)super.unmarshall(node); return e; }