Skip to content

Lambda  >  Structures  >  RuntimeVersionConfig

RuntimeVersionConfig

Structure Class

RuntimeVersionConfig dataclass

The ARN of the runtime and any errors that occured.

Attributes

error class-attribute instance-attribute
error: RuntimeVersionError | None = None

Error response when Lambda is unable to retrieve the runtime version for a function.

runtime_version_arn class-attribute instance-attribute
runtime_version_arn: str | None = None

The ARN of the runtime version you want the function to use.