Module Values.RegionSetupInProgressExceptionSource

Lightsail throws this exception when an operation is performed on resources in an opt-in Region that is currently being set up.

Sourcetype nonrec t = {
  1. code : String_.t option;
  2. docs : String_.t option;
    (*

    Regions and Availability Zones for Lightsail

    *)
  3. message : String_.t option;
  4. tip : String_.t option;
    (*

    Opt-in Regions typically take a few minutes to finish setting up before you can work with them. Wait a few minutes and try again.

    *)
}
Sourceval make : ?code:??? -> ?docs:??? -> ?message:??? -> ?tip:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t