enum class DeactivationReason
Denotes the reason an addressable is deactivating.
TTL_EXPIRED |
The Addressable TTL expired normally. |
NODE_SHUTTING_DOWN |
The node is shutting down. |
LEASE_RENEWAL_FAILED |
The addressable's lease renewal failed. |
EXTERNALLY_TRIGGERED |
The deactivation was triggered by another subsystem. |