CanaryRunStatus
public struct CanaryRunStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current state of the run.
Declaration
Swift
public let state: CanaryRunState?
-
If run of the canary failed, this field contains the reason for the error.
Declaration
Swift
public let stateReason: String?
-
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.
Declaration
Swift
public let stateReasonCode: CanaryRunStateReasonCode?
-
Undocumented
Declaration
Swift
public init(state: CanaryRunState? = nil, stateReason: String? = nil, stateReasonCode: CanaryRunStateReasonCode? = nil)