Values.ValidationExceptionSourceThe specified request parameters are invalid, missing, or inconsistent with Amazon Managed Workflows for Apache Airflow Serverless service requirements. This can occur when workflow definitions contain unsupported operators, when required IAM permissions are missing, when S3 locations are inaccessible, or when network configurations are invalid. The service validates workflow definitions, execution roles, and resource configurations to ensure compatibility with the managed Airflow environment and security requirements.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The reason the request failed validation.
*)fieldList : ValidationExceptionFields.t option;The fields that failed validation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of ErrorMessage.t ])
list ]