AWSLambdaEnvironmentError
Objective-C
@interface AWSLambdaEnvironmentError
Swift
class AWSLambdaEnvironmentError
Error messages for environment variables that couldn’t be applied.
-
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 }
View on GitHub
Install in Dash
AWSLambdaEnvironmentError Class Reference