Uses of Class
software.amazon.awssdk.services.lambda.model.RuntimeVersionError
-
Packages that use RuntimeVersionError Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of RuntimeVersionError in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RuntimeVersionError Modifier and Type Method Description RuntimeVersionErrorRuntimeVersionConfig. error()Error response when Lambda is unable to retrieve the runtime version for a function.Methods in software.amazon.awssdk.services.lambda.model with parameters of type RuntimeVersionError Modifier and Type Method Description RuntimeVersionConfig.BuilderRuntimeVersionConfig.Builder. error(RuntimeVersionError error)Error response when Lambda is unable to retrieve the runtime version for a function.
-