ComponentFailureContext

Contains details about the component that caused the image creation process to fail. The details identify the first step that failed when the component ran.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action that the failed step runs, for example ExecuteBash.

Link copied to clipboard

The Amazon Resource Name (ARN) of the component build version that failed.

Link copied to clipboard

The error message from the step that failed. Image Builder truncates messages that are longer than 1024 characters. The component log in Amazon CloudWatch Logs contains the full output.

Link copied to clipboard

The name of the phase in the component document where the failure occurred, such as build, validate, or test.

Link copied to clipboard

The name of the step in the component document that failed.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String