gpt4 book ai didi

amazon-web-services - Amazon SQS 始终返回 UnknownOperationException

转载 作者:行者123 更新时间:2023-12-05 02:22:22 26 4
gpt4 key购买 nike

我已经创建了一个队列,并且还授予了 (*) 权限。我队列的 URL 是 https://sqs.us-west-2.amazonaws.com/123/Example

当我点击这个 URL 时,它总是给出 <UnknownOperationException/> 的输出.我检查了 Chrome 控制台,它显示了以下错误。有人可以建议是什么问题吗?或者这是一个错误?

enter image description here

最佳答案

这不是 POST 请求。它是获取。 API端点是这样的

http://sqs.us-east-1.amazonaws.com/123456789012/testQueue/
?Action=ReceiveMessage
&WaitTimeSeconds=10
&MaxNumberOfMessages=5
&VisibilityTimeout=15
&AttributeName=All;
&Version=2012-11-05
&Expires=2013-10-25T22%3A52%3A43PST
&AUTHPARAMS

我没有提到请求参数,所以没有得到结果。这就是问题所在。

关于amazon-web-services - Amazon SQS 始终返回 UnknownOperationException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29587969/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com