Module Values.InvalidInputExceptionSource

Lightsail throws this exception when user input does not conform to the validation rules of an input field. Domain and distribution APIs are only available in the N. Virginia (us-east-1) Amazon Web Services Region. Please set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit these resources.

Sourcetype nonrec t = {
  1. code : String_.t option;
  2. docs : String_.t option;
  3. message : String_.t option;
  4. tip : String_.t option;
}
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