If the queueUrl property of NevadoQueue is not set, creation of queue with the name is attempted which can throw a 403 if the user does not have access to sqs:createQueue operation.
We need to make sure the user can create a queue first. If not, then fail because queueUrl is not set.