Skip to content
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

Fix ecs.awsAwsjson11_deserializeErrorAccessDeniedException #2860

Conversation

abicky
Copy link

@abicky abicky commented Oct 30, 2024

This PR fixes #2859.
I've changed service/ecs/deserializers.go by running make all after I edited codegen/sdk-codegen/aws-models/ecs.json.

Although I've read the following notice, I thought it would be better to create a PR:

For changes to files under the /codegen/aws-models folder, and manual edits to autogenerated code (e.g. /service/s3/api.go) please create an Issue instead of a PR for those type of changes.

If there are any problems, please feel free to close this PR.

This commit fixes the bug that doesn't display an error message
when some ECS operations fail due to AccessDeniedException.
@RanVaknin
Copy link
Contributor

Hi @abicky ,

Your root causing seems to be correct, however we can't accept changes to the model files found under the codegen folder. These are directly code generated from the upstream API model which is considered "The source of truth". We will have to upstream this request on your behalf.

Thanks,
Ran~

@RanVaknin RanVaknin closed this Oct 30, 2024
@abicky abicky deleted the display-error-message-on-access-denied-exception branch October 30, 2024 16:17
@abicky abicky restored the display-error-message-on-access-denied-exception branch October 31, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message isn't displayed when some ECS operations fail due to AccessDeniedException
2 participants