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, an exception occurred in the canary code. If this value is EXECUTION_FAILURE, an exception occurred in CloudWatch Synthetics.

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