Module Values.ResourceNotFoundExceptionSource

The request was denied due to resource not found. The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.

Sourcetype nonrec t = {
  1. resourceId : String_.t option;
    (*

    The identifier of the resource that was not found. This field contains the specific resource identifier (such as a key ARN or alias name) that could not be located.

    *)
}
Sourceval make : ?resourceId:??? -> 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