/** * This exception is thrown if a user makes a request while their ChangePassword flag * is true. The user must change their password before they are able to successfully * make further requests. */ export interface IExpiredPasswordException { } //# sourceMappingURL=expired_password_exception.d.ts.map