Values.LifecyclePolicyErrorDetailSourceError information for an OpenSearch Serverless request.
type nonrec t = {type_ : LifecyclePolicyType.t option;The type of lifecycle policy.
*)name : PolicyName.t option;The name of the lifecycle policy.
*)errorMessage : String_.t option;A description of the error. For example, The specified Lifecycle Policy is not found.
*)errorCode : String_.t option;The error code for the request. For example, NOT_FOUND.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyName.t ]) list ]