I did my CompTia Security+, followed by my OSCP (Offensive Security Certified Proffessional) and got a job as a Penetration Tester (Ethical Hacker) for a Mobile network. Before that I was an Air Force Engineer.
First off, Cyber Security is a HARD career choice. So don't beat yourself up if you fail any exams the first time around. Especially if you're starting from scratch. But the reason it's in high demand for people and pays well is because of that difficulty. So embrace the challenge
If you want to get into Cyber Security then saying you don't want to do any coding/programming is like tying your hands behind your back. Go into it with an Open mind, learning to program can be a liberating experience, depending on what language you learn first. I think of it like learning the Arcane Arts of Magic in a Fantasy story, so I'm like a Wizard XD
Ethical Hacking doesn't require you to code entire hacks from scratch, most of it is simply modifying a couple of lines of existing code to adjust it for the target. Eg:
target = 10.1.1.2
becomes...
target = 10.1.1.3
Don't get me wrong if you can code entire hacks/exploits that will REALLY impress people but you don't have to be an expert in programming. A working knowledge will do.
Sorry this post is becoming too long and I can keep going for a while
TLDR: Embrace the challenge, don't be afraid to fail, learn to Program in Python, Books are your friends, Hackers are Wizards XD
Dm me if you have any questions.