Values.UnprocessedConfigurationPolicyAssociationSourceAn array of configuration policy associations, one for each configuration policy association identifier, that was specified in a BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
type nonrec t = {configurationPolicyAssociationIdentifiers : ConfigurationPolicyAssociation.t
option;Configuration policy association identifiers that were specified in a BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
*)errorCode : NonEmptyString.t option;An HTTP status code that identifies why the configuration policy association failed.
*)errorReason : NonEmptyString.t option;A string that identifies why the configuration policy association failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]