Module Values_1.IpamDiscoveryFailureReasonSource

The discovery failure reason.

Sourcetype nonrec t = {
  1. code : Values_0.IpamDiscoveryFailureCode.t option;
    (*

    The discovery failure code. assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following: SLR has not been created yet and IPAM is still creating it. You have opted-out of the IPAM home Region. Account you are using as your IPAM account has been suspended. throttling-failure - IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. unauthorized-failure - Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.

    *)
  2. message : Values_0.String_.t option;
    (*

    The discovery failure message.

    *)
}
Sourceval make : ?code:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.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