Developer's have reported using ask deploy with the CFNDeployer and when they had incorrect IAM policies all they saw was
CliError: The CloudFormation deploy failed for Alexa region "default": Access Denied
We should see if we can surface more details returned from AWS such as User is not permitted to: XXX so it's more clear to users why caused the deployment failure
Description
Developer's have reported using
ask deploy
with theCFNDeployer
and when they had incorrect IAM policies all they saw wasWe should see if we can surface more details returned from AWS such as
User is not permitted to: XXX
so it's more clear to users why caused the deployment failureSee https://github.com/openhab/openhab-alexa/issues/509 for context