Scan Config Error Args
data class ScanConfigErrorArgs(val code: Output<ScanConfigErrorCode>? = null, val fieldName: Output<String>? = null) : ConvertibleToJava<ScanConfigErrorArgs>
Defines a custom error message used by CreateScanConfig and UpdateScanConfig APIs when scan configuration validation fails. It is also reported as part of a ScanRunErrorTrace message if scan validation fails due to a scan configuration error.