This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
SQS error code not match #654
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
service-api
This issue pertains to the AWS API
sqs
Describe the bug
After the aws/aws-sdk-go#5060, for example, the error code of deleting a non-existent queue is changed from
AWS.SimpleQueueService.NonExistentQueue
toNonExistentQueue
. But the SQS api comes back withAWS.SimpleQueueService.NonExistentQueue
in practise and make the error code check unworkable.aws/aws-sdk-go-v2#2348
#105
Expected Behavior
The error code of deleting a non-existent queue can match
sqs.ErrCodeQueueDoesNotExist
Current Behavior
Not match
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.47.13
Environment details (Version of Go (
go version
)? OS name and version, etc.)go1.19.7 linux/amd64
The text was updated successfully, but these errors were encountered: