A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InvalidArgumentException")) return null; InvalidArgumentException e = (InvalidArgumentException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidArgumentException e = (InvalidArgumentException)super.unmarshall(json); e.setErrorCode("InvalidArgumentException"); return e; }