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