Error message isn't displayed when some ECS operations fail due to AccessDeniedException #2859
Open
2 of 3 tasks
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
No error message is displayed when some ECS operations depending on
ecs.awsAwsjson11_deserializeErrorAccessDeniedException
fail due to AccessDeniedException.Regression Issue
Expected Behavior
An error message is displayed:
Current Behavior
No error message is displayed:
Reproduction Steps
ecs:CreateService
Possible Solution
The commit abicky@a8afd4a resolves the issue.
It includes the changes made by
make all
after I changed codegen/sdk-codegen/aws-models/ecs.json without the following unrelated change:Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.23.2 darwin/arm64
Operating System and version
Darwin Takeshis-MacBook-Air.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:59 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8122 arm64
The text was updated successfully, but these errors were encountered: