ErrorDetailPropertiesArgs

data class ErrorDetailPropertiesArgs(val errorCode: Output<String>? = null, val errorMessage: Output<String>? = null) : ConvertibleToJava<ErrorDetailPropertiesArgs>

ARM error code and error message associated with the impact

Constructors

Link copied to clipboard
constructor(errorCode: Output<String>? = null, errorMessage: Output<String>? = null)

Properties

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

ARM Error code associated with the impact.

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

ARM Error Message associated with the impact

Functions

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