AWS - Account and Billing
Given this AWS Organizations policy snippet, what effect does it have?
{
"Effect": "Deny",
"Action": "organizations:CreateAccount",
"Resource": "*"
}