DBInstanceIdentifier does not refer to an existing DB Instance.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DBInstanceNotFound")) return null; DBInstanceNotFoundException e = (DBInstanceNotFoundException)super.unmarshall(node); return e; }