Values.ValidationExceptionSourceThe input fails to satisfy the constraints specified by the service or business validation rules. Suggested action: Review the error message, including the failed fields and reasons, to correct the request payload.
type nonrec t = {message : String_.t option;reason : ValidationExceptionReason.t option;The primary reason for this validation exception to occur. REQUEST_VALIDATION_FAILED: The request format is not valid. Fix: Verify your request payload includes all required fields, uses correct data types and string formats. BUSINESS_VALIDATION_FAILED: The requested change doesn't pass the business validation rules. Fix: Check that your change aligns with the business rules defined by AWS Partner Central.
*)errorList : ValidationExceptionErrorList.t option;A list of issues that were discovered in the submitted request or the resource state.
*)}