General::pspec
The second argument in Part is not an integer or a list of integers:
Part[{{11, 22}, {33, 44}}, {{2, 2}}]These examples show valid part specifications:
Part[{{11, 22}, {33, 44}}, 2, 2]With[{m = {{11, 22}, {33, 44}}}, m[[2, 2]]]With[{m = {{11, 22}, {33, 44}}}, m[[{1, 2}, 2]]]