Values.RuntimeVersionConfigSourceThe ARN of the runtime and any errors that occured.
type nonrec t = {runtimeVersionArn : RuntimeVersionArn.t option;The ARN of the runtime version you want the function to use.
*)error : RuntimeVersionError.t option;Error response when Lambda is unable to retrieve the runtime version for a function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RuntimeVersionArn.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]