ResourceReferenceExtendedResponse

data class ResourceReferenceExtendedResponse(val error: ErrorDetailResponse? = null, val id: String)

The resourceId extended model. This is used to document failed resources with a resourceId and a corresponding error.

Constructors

Link copied to clipboard
constructor(error: ErrorDetailResponse? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error detail.

Link copied to clipboard
val id: String

The resourceId of a resource managed by the deployment stack.