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
![](https://files.readme.io/0fe9d7d-Screen_Shot_2023-10-02_at_4.41.02_PM.png)
Before
![](https://files.readme.io/3dbcd8b-Screen_Shot_2023-10-02_at_4.44.57_PM.png)