Class: Aws::Lambda::Types::RuntimeVersionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The ARN of the runtime and any errors that occured.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::RuntimeVersionError

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



5533
5534
5535
5536
5537
5538
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5533

class RuntimeVersionConfig < Struct.new(
  :runtime_version_arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_version_arnString

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

Returns:

  • (String)


5533
5534
5535
5536
5537
5538
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5533

class RuntimeVersionConfig < Struct.new(
  :runtime_version_arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end