CanaryStatus
public struct CanaryStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current state of the canary.
Declaration
Swift
public let state: CanaryState? -
If the canary has insufficient permissions to run, this field provides more details.
Declaration
Swift
public let stateReason: String? -
If the canary cannot run or has failed, this field displays the reason.
Declaration
Swift
public let stateReasonCode: CanaryStateReasonCode? -
Undocumented
Declaration
Swift
public init(state: CanaryState? = nil, stateReason: String? = nil, stateReasonCode: CanaryStateReasonCode? = nil)
View on GitHub
CanaryStatus Structure Reference