Values_1.IpamPoolCidrFailureReasonSourceDetails related to why an IPAM pool CIDR failed to be provisioned.
type nonrec t = {code : Values_0.IpamPoolCidrFailureCode.t option;An error code related to why an IPAM pool CIDR failed to be provisioned.
*)message : Values_0.String_.t option;A message related to why an IPAM pool CIDR failed to be provisioned.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]