AWSLambdaInvokeWithResponseStreamCompleteEvent
Objective-C
@interface AWSLambdaInvokeWithResponseStreamCompleteEvent
Swift
class AWSLambdaInvokeWithResponseStreamCompleteEvent
A response confirming that the event stream is complete.
-
An error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorCode;
Swift
var errorCode: String? { get set }
-
The details of any returned error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorDetails;
Swift
var errorDetails: String? { get set }
-
The last 4 KB of the execution log, which is base64-encoded.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logResult;
Swift
var logResult: String? { get set }