Welcome to the community!
Unless you're using some external dataset or package which has a dataset named Iris, there's no in built dataset in R called Iris.
However, there's one called iris, and R is case sensitive. Try with summary(iris).
Hope this helps.