OccurrenceState type
The current state of a scheduled action occurrence.
KnownOccurrenceState can be used interchangeably with OccurrenceState,
this enum contains the known values that the service supports.
Known values supported by the service
Created: The occurrence has been created.
Rescheduling: The scheduled time for the occurrence is being updated.
Scheduled: The occurrence has been scheduled.
Succeeded: The occurrence operations completed successfully.
Failed: One or more of the occurrence operations failed.
Cancelling: Cancellation of the occurrence is in progress.
Canceled: The occurrence was canceled.
type OccurrenceState = string