Values.ValidationExceptionSourceThe request isn't valid. Examples Your request contains malformed JSON or unsupported characters. The scheduler version isn't supported. There are networking related errors, such as network validation failure. AMI type is CUSTOM and the launch template doesn't define the AMI ID, or the AMI type is AL2 and the launch template defines the AMI.
type nonrec t = {message : String_.t option;reason : ValidationExceptionReason.t option;The specific reason or cause of the validation error.
*)fieldList : ValidationExceptionFieldList.t option;A list of fields or properties that failed validation.
*)}