ClusterStateChangeReason
public struct ClusterStateChangeReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The programmatic code for the state change reason.
Declaration
Swift
public let code: ClusterStateChangeReasonCode?
-
The descriptive message for the state change reason.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: ClusterStateChangeReasonCode? = nil, message: String? = nil)