'How to deny action for Administrator user in AWS

I want deny "sqs:CreateQueue" permission to Administrator user in AWS. is that possible ?. The user is having the below admin permission

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "", "Resource": "" } ] }



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source