Package com.pulumi.automation.events
Class ResourceOperationFailedEvent
java.lang.Object
com.pulumi.automation.events.ResourceOperationFailedEvent
ResourceOperationFailedEvent is emitted when a resource operation
fails. Typically a DiagnosticEvent is emitted before this event,
indicating what the root cause of the error.-
Constructor Summary
ConstructorsConstructorDescriptionResourceOperationFailedEvent(StepEventMetadata metadata, int status, int steps) -
Method Summary
-
Constructor Details
-
ResourceOperationFailedEvent
-
-
Method Details
-
metadata
The step event metadata.- Returns:
- the step event metadata
-
status
public int status()The status code of the failure.- Returns:
- the status code
-
steps
public int steps()The number of steps.- Returns:
- the number of steps
-