Show / Hide Table of Contents

Class ResourceOperationFailedEvent

ResourceOperationFailedEvent is emitted when a resource operation fails. Typically a DiagnosticEvent is emitted before this event, indiciating what the root cause of the error.

Inheritance
object
ResourceOperationFailedEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Events
Assembly: Pulumi.Automation.dll
Syntax
public class ResourceOperationFailedEvent

Properties

View Source

Metadata

Declaration
public StepEventMetadata Metadata { get; }
Property Value
Type Description
StepEventMetadata
View Source

Status

Declaration
public int Status { get; }
Property Value
Type Description
int
View Source

Steps

Declaration
public int Steps { get; }
Property Value
Type Description
int
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.