AWSLogsQueryStatus
Objective-C
NS_ENUM(NSInteger, AWSLogsQueryStatus) {
AWSLogsQueryStatusUnknown,
AWSLogsQueryStatusScheduled,
AWSLogsQueryStatusRunning,
AWSLogsQueryStatusComplete,
AWSLogsQueryStatusFailed,
AWSLogsQueryStatusCancelled,
AWSLogsQueryStatusTimeout,
}
Swift
enum AWSLogsQueryStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusScheduledSwift
case scheduled = 1 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusRunningSwift
case running = 2 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusCompleteSwift
case complete = 3 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusFailedSwift
case failed = 4 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusCancelledSwift
case cancelled = 5 -
Undocumented
Declaration
Objective-C
AWSLogsQueryStatusTimeoutSwift
case timeout = 6
View on GitHub
Install in Dash
AWSLogsQueryStatus Enumeration Reference