AWSLambdaRuntimeVersionError
Objective-C
@interface AWSLambdaRuntimeVersionError
Swift
class AWSLambdaRuntimeVersionError
Any error returned when the runtime version information for the function could not be retrieved.
-
The error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorCode;
Swift
var errorCode: String? { get set }
-
The error message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }