I can't access https://us-west-2.queue.amazonaws.com/ #3349
-
I want to get message from amazon sqs by using boto3 for python here is my code:
this code I copy from https://github.com/boto/boto3/tests/integration/test_sqs.py . Could you tell me what mistake I made? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @xiaomile, thanks for reaching out. Please let me know if any of this resolves the issue! |
Beta Was this translation helpful? Give feedback.
Hi @xiaomile, thanks for reaching out.
The first thing I’d suggest to check is to ensure SQS access policy and IAM policy has full access permission for the user. Here’s AWS troubleshoot guide for AccessDenied errors that could be useful. Also, it’s might be worth to triple check the AWS region you’re trying to connect to has permission as another user mentioned here.
Please let me know if any of this resolves the issue!