An input parameter failed to satisfy a constraint. For example, an input string was too long.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ValidationErrorException")) return null; ValidationErrorException e = (ValidationErrorException)super.unmarshall(node); return e; }