-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws-sdk-sqs] Aws::SQS::Types::SendMessageBatchResult#failed returns nil #2957
Comments
Thanks for opening an issue. SQS changed its underlying protocol. Which version of aws-sdk-core are you using? |
I'm using |
Please upgrade to at least 3.187.1. I believe it should fix your issue. |
@mullermp |
Confirmed that I can avoid the issue by downgrading aws-sdk-sqs to 1.65. |
Just to confirm, at least in our case these upgrades fixed the issue: - aws-sdk-core (3.187.0)
+ aws-sdk-core (3.188.0)
- aws-sdk-sqs (1.67.0)
+ aws-sdk-sqs (1.68.0) |
I will go ahead and close this issue, please reopen if there's an issue with the latest versions. |
|
Describe the bug
Aws::SQS::Types::SendMessageBatchResult#failed
is supposed to returnArray<[Types::BatchResultErrorEntry]
(ref) but returns nil.Expected Behavior
Returns
Array<[Types::BatchResultErrorEntry]
.Current Behavior
Returns nil.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
aws-sdk-sqs (1.67.0)
Environment details (Version of Ruby, OS environment)
3.2.2, Debian 10
The text was updated successfully, but these errors were encountered: