AWSIoTTopicRuleDestinationStatus
Objective-C
NS_ENUM(NSInteger, AWSIoTTopicRuleDestinationStatus) {
AWSIoTTopicRuleDestinationStatusUnknown,
AWSIoTTopicRuleDestinationStatusEnabled,
AWSIoTTopicRuleDestinationStatusInProgress,
AWSIoTTopicRuleDestinationStatusDisabled,
AWSIoTTopicRuleDestinationStatusError,
AWSIoTTopicRuleDestinationStatusDeleting,
}
Swift
enum AWSIoTTopicRuleDestinationStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusEnabled
Swift
case enabled = 1
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusInProgress
Swift
case inProgress = 2
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusDisabled
Swift
case disabled = 3
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusError
Swift
case error = 4
-
Undocumented
Declaration
Objective-C
AWSIoTTopicRuleDestinationStatusDeleting
Swift
case deleting = 5