| 744 | |
| 745 | |
| 746 | class UnauthorizedSSOTokenError(SSOError): |
| 747 | fmt = ( |
| 748 | "The SSO session associated with this profile has expired or is " |
| 749 | "otherwise invalid. To refresh this SSO session run aws sso login " |
| 750 | "with the corresponding profile." |
| 751 | ) |
| 752 | |
| 753 | |
| 754 | class AuthCodeFetcherError(SSOError): |