Values.SnapshotErrorMessageSourceDescribes the errors returned by a snapshot.
type nonrec t = {snapshotIdentifier : String_.t option;A unique identifier for the snapshot returning the error.
*)snapshotClusterIdentifier : String_.t option;A unique identifier for the cluster.
*)failureCode : String_.t option;The failure code for the error.
*)failureReason : String_.t option;The text message describing the error.
*)}