Module Values_0.FailedCreateAssociationSource

Describes a failed association.

Sourcetype nonrec t = {
  1. entry : CreateAssociationBatchRequestEntry.t option;
    (*

    The association.

    *)
  2. message : BatchErrorMessage.t option;
    (*

    A description of the failure.

    *)
  3. fault : Fault.t option;
    (*

    The source of the failure.

    *)
}
Sourceval make : ?entry:??? -> ?message:??? -> ?fault:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of BatchErrorMessage.t | `Structure of (string * [> `Boolean of ApplyOnlyAtCronInterval.t | `Enum of string | `Integer of ScheduleOffset.t | `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `String of CalendarNameOrARN.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of TargetValue.t | `Structure of (string * [> `List of [> `String of TargetValue.t ] list | `String of TargetKey.t ]) list ] list | `String of TargetKey.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list ]) list ] list | `Map of ([> `String of ParameterName.t ] * [> `List of [> `String of ParameterValue.t ] list ]) list | `String of DocumentARN.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list | `Structure of (string * [> `String of S3Region.t ]) list ]) list ]) list ]) 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