Class CheckFailure
Inherited Members
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class CheckFailure
Constructors
View SourceCheckFailure(string, string)
Declaration
public CheckFailure(string property, string reason)
Parameters
| Type | Name | Description |
|---|---|---|
| string | property | |
| string | reason |
Properties
View SourceProperty
Declaration
public string Property { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |