Issue in CreateFlowCommand #5075
PremavathiP
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i tried to use CreateFlowCommand(), I am getting the below error.
Error AccessDeniedException: User: arn:aws:iam::xxxxxxxx:user/xxxx is not authorized to perform: appflow:null on resource: arn:aws:appflow:us-east-1:xxxxxxxx:flow/null with an explicit deny
I also tried through postman and got the same error. Refer this
{
"message": "Unable to determine service/operation name to be authorized",
"type": "ACCESS_DENIED",
"statusCode": "403"
}
How to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions