Module Values.EnvironmentStatusSource
Sourcetype nonrec t = | ACTIVE| CREATING| UPDATING| DELETING| CREATE_FAILED| UPDATE_FAILED| DELETE_FAILED| VALIDATION_FAILED| SUSPENDED| DISABLED| EXPIRED| DELETED| INACCESSIBLE| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]