AWSIoTTopicRuleDestinationStatus

Objective-C

NS_ENUM(NSInteger, AWSIoTTopicRuleDestinationStatus) {
    AWSIoTTopicRuleDestinationStatusUnknown,
    AWSIoTTopicRuleDestinationStatusEnabled,
    AWSIoTTopicRuleDestinationStatusInProgress,
    AWSIoTTopicRuleDestinationStatusDisabled,
    AWSIoTTopicRuleDestinationStatusError,
    AWSIoTTopicRuleDestinationStatusDeleting,
}

Swift

enum AWSIoTTopicRuleDestinationStatus : Int, @unchecked Sendable

Undocumented