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

RDS: Fix Error Codes #7861

Merged
merged 1 commit into from
Jul 21, 2024
Merged

RDS: Fix Error Codes #7861

merged 1 commit into from
Jul 21, 2024

Conversation

bpandola
Copy link
Collaborator

These exceptions were all using the botocore Shape name instead of the actual AWS error code.

Example for reference:
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteEventSubscription.html

These exceptions were all using the botocore Shape name instead of the actual AWS error code.

Example for reference:
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteEventSubscription.html
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.34%. Comparing base (c8136bf) to head (84447be).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7861   +/-   ##
=======================================
  Coverage   94.34%   94.34%           
=======================================
  Files        1113     1113           
  Lines       94417    94417           
=======================================
+ Hits        89080    89081    +1     
+ Misses       5337     5336    -1     
Flag Coverage Δ
servertests 29.25% <ø> (ø)
unittests 94.31% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bpandola bpandola merged commit 70ed2b6 into getmoto:master Jul 21, 2024
45 checks passed
@bpandola bpandola deleted the fix-rds-error-codes branch July 21, 2024 23:41
Copy link
Contributor

This is now part of moto >= 5.0.12.dev31

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.

2 participants