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
constructor(message: Output<String>? = null, type: Output<DataSourceErrorInfoType>? = null)

Properties

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

Error message.

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

Error type.

Functions

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