Module Values.SlotNotAvailableExceptionSource

An exception for attempting to schedule a domain action during an unavailable time slot.

Sourcetype nonrec t = {
  1. slotSuggestions : SlotList.t option;
    (*

    Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.

    *)
}
Sourceval make : ?slotSuggestions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Long of Long.t ] list ]) 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