The NextToken value is invalid.
NextToken
The next token specified is invalid.
The next token was specified in an invalid format.
The specified nextToken for pagination is not valid.
The specified NextToken is not valid.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidNextToken")) return null; InvalidNextTokenException e = (InvalidNextTokenException)super.unmarshall(node); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidNextTokenException e = (InvalidNextTokenException)super.unmarshall(json); e.setErrorCode("InvalidNextTokenException"); return e; }