in awslambdaric/lambda_runtime_log_utils.py [0:0]
def __format_exception(exc_info): if not exc_info: return None return str(exc_info[1])