CanaryRunStatus

This structure contains the status information about a canary run.

Types

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

Properties

Link copied to clipboard

The current state of the run.

Link copied to clipboard

If run of the canary failed, this field contains the reason for the error.

Link copied to clipboard

If this value is CANARY_FAILURE, either the canary script failed or Synthetics ran into a fatal error when running the canary. For example, a canary timeout misconfiguration setting can cause the canary to timeout before Synthetics can evaluate its status.

Link copied to clipboard

Specifies the status of canary script for this run. When Synthetics tries to determine the status but fails, the result is marked as UNKNOWN. For the overall status of canary run, see State.

Functions

Link copied to clipboard
inline fun copy(block: CanaryRunStatus.Builder.() -> Unit = {}): CanaryRunStatus
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