The issue is that GetObject is applicable only to bucket objects, not the bucket. To solve this make sure that  Resources should contain   /* at the end. 
There is one more issue on your side that needs to be fixed. That is your Principle is not formatted right.
Updated policy:
  {
    "Version": "2012-10-17",
    "Id": "Policy1611491895768",
    "Statement": [
        {
            "Sid": "Stmt1611491893687",
            "Effect": "Allow",
            "Principal": {
                "AWS": ["arn:aws:iam::756692330110:user/aravindkumar.s@gmail.com"]
            },
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::aws-landing-zone-configuration-756692330110-ap-south-1/*"
        }
    ]
  }
I hope this helps you.