Module Values.ResourceNotFoundExceptionSource

Resource not found.

Sourcetype nonrec t = {
  1. resourceType : ResourceType.t option;
    (*

    The resource type is not valid.

    *)
  2. resourceId : ResourceId.t option;
    (*

    Can't find the resource id.

    *)
  3. message : FaultDescription.t option;
}
Sourceval make : ?resourceType:??? -> ?resourceId:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceType.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