An exception occured because an invalid gateway request was issued to the service. See the error and message fields for more information.
31323334353637383940
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InvalidGatewayRequestException")) return null; InvalidGatewayRequestException e = (InvalidGatewayRequestException)super.unmarshall(json); return e; }
313233343536373839
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidGatewayRequestException e = (InvalidGatewayRequestException)super.unmarshall(json); e.setErrorCode("InvalidGatewayRequestException"); return e; }