This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
SQS.ReceiveMessage has the wrong list of valid values for AttributeName request parameter #56
Labels
documentation
Improvements or additions to documentation
service-api
This issue pertains to the AWS API
sqs
Original issue: aws/aws-sdk-go-v2#1194
Comment redirecting to open an issue here: aws/aws-sdk-go-v2#1194 (comment)
Summary: The API documentation for
SQS.ReceiveMessage
has the wrong set of valid values for theAttributeName
. This is propagated through to the various SDKs as well, so it appears to be misconfigured in the underlying API model.Details: The detailed list of supported
AttributeName
values is correct:Unfortunately, the "Valid Values" list is wrong - it points at the set of valid values for
SQS.GetQueueAttributes
'sAttributeName
request parameter:The text was updated successfully, but these errors were encountered: