DataSourceErrorInfoArgs

data class DataSourceErrorInfoArgs(val message: Output<String>? = null, val type: Output<DataSourceErrorInfoType>? = null) : ConvertibleToJava<DataSourceErrorInfoArgs>

Error information for the data source creation or update.

Constructors

Link copied to clipboard
fun DataSourceErrorInfoArgs(message: Output<String>? = null, type: Output<DataSourceErrorInfoType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataSourceErrorInfoArgs

Properties

Link copied to clipboard
val message: Output<String>? = null

Error message.

Link copied to clipboard
val type: Output<DataSourceErrorInfoType>? = null