sym.sdk.exceptions.aws.AWSLambdaError

exception sym.sdk.exceptions.aws.AWSLambdaError(name: str, message: str)

Bases: sym.sdk.exceptions.aws.AWSError

This is the base class for all AWS Lambda exceptions raised by the Sym Runtime.

Parameters
  • name – The name of the exception (used as the second part of the error_code, e.g. FATAL_FUNCTION_ERROR)

  • message – The exception message to display

with_traceback()

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