Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SachinAgarwal's avatar

SQS queue driver gives AWS.SimpleQueueService.NonExistentQueue

While using SQS queues i am getting this error:

Error executing "SendMessage" on "https://sqs.us-west-1.amazonaws.com/542241241453/trade-queue/third_party_api"; AWS HTTP error: Client error: `POST https://sqs.us-west-1.amazonaws.com/542241241453/trade-queue/third_party_api` resulted in a `400 Bad Request` response:
<?xml version="1.0"?><ErrorResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><Error><Type>Sender</Type><Code>A (truncated...)
AWS.SimpleQueueService.NonExistentQueue (client): The specified queue does not exist for this wsdl version. - <?xml version="1.0"?><ErrorResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><Error><Type>Sender</Type><Code>AWS.SimpleQueueService.NonExistentQueue</Code><Message>The specified queue does not exist for this wsdl version.</Message><Detail/></Error><RequestId>f58be6b2-1d26-5dc3-83bc-b66ac865226e</RequestId></ErrorResponse>

Can anyone help me out here pls?

0 likes
1 reply

Please or to participate in this conversation.