Module Values.InvalidResourceStateExceptionSource

License Manager cannot allocate a license to a resource because of its state. For example, you cannot allocate a license to an instance in the process of shutting down.

Sourcetype nonrec t = {
  1. message : Message.t option;
}
Sourceval make : ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Message.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