Values.FailureDescriptionSourceProvides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
type nonrec t = {type_ : DeliveryStreamFailureType.t option;The type of error that caused the failure.
*)details : NonEmptyString.t option;A message providing details about the error that caused the failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]