Breaking change: Typo fix in the `UserUnauthorizedException` error code
October 2nd, 2023
In API version 2024-01
, we fixed a typo in the UserUnauthorizedException
error. The error code used to read "UserUnauthroizedException", but it now reads "UserUnauthorizedException".
After
Before