Values.BucketStateSourceDescribes the state of an Amazon Lightsail bucket.
type nonrec t = {code : NonEmptyString.t option;The state code of the bucket. The following codes are possible: OK - The bucket is in a running state. Unknown - Creation of the bucket might have timed-out. You might want to delete the bucket and create a new one.
*)message : String_.t option;A message that describes the state of the bucket.
*)}