The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidInput")) return null; InvalidInputException e = (InvalidInputException)super.unmarshall(node); return e; }