boto3_refresh_session.exceptions#

class boto3_refresh_session.session.BRSError(message: str | None = None)[source]#

The base exception for boto3-refresh-session.

Parameters:
messagestr, optional

The message to raise.

with_traceback()[source]#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

class boto3_refresh_session.session.BRSWarning(message: str | None = None)[source]#

The base warning for boto3-refresh-session.

Parameters:
messagestr, optional

The message to raise.

with_traceback()[source]#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.