AWSLambdaRuntimeVersionConfig

Objective-C

@interface AWSLambdaRuntimeVersionConfig

Swift

class AWSLambdaRuntimeVersionConfig

The ARN of the runtime and any errors that occured.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLambdaRuntimeVersionError *_Nullable error;

    Swift

    var error: AWSLambdaRuntimeVersionError? { get set }
  • The ARN of the runtime version you want the function to use.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable runtimeVersionArn;

    Swift

    var runtimeVersionArn: String? { get set }