AWSLogsStartLiveTailResponseStream
Objective-C
@interface AWSLogsStartLiveTailResponseStream
Swift
class AWSLogsStartLiveTailResponseStream
This object includes the stream returned by your StartLiveTail request.
-
This exception is returned if an unknown error occurs.
Declaration
Objective-C
@property (nonatomic, strong) NSError *_Nullable sessionStreamingException;
Swift
var sessionStreamingException: Error? { get set }
-
This exception is returned in the stream when the Live Tail session times out. Live Tail sessions time out after three hours.
Declaration
Objective-C
@property (nonatomic, strong) NSError *_Nullable sessionTimeoutException;
Swift
var sessionTimeoutException: Error? { get set }
-
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsLiveTailSessionStart *_Nullable sessionStart;
Swift
var sessionStart: AWSLogsLiveTailSessionStart? { get set }
-
This object contains the log events and session metadata.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsLiveTailSessionUpdate *_Nullable sessionUpdate;
Swift
var sessionUpdate: AWSLogsLiveTailSessionUpdate? { get set }