The requested resource could not be found. It might not be specified correctly, or it might not be in the ACTIVE state.
ACTIVE
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("ResourceNotFoundException")) return null; ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(json); e.setErrorCode("ResourceNotFoundException"); return e; }