InstanceGroupStateChangeReason
public struct InstanceGroupStateChangeReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The programmable code for the state change reason.
Declaration
Swift
public let code: InstanceGroupStateChangeReasonCode?
-
The status change reason description.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: InstanceGroupStateChangeReasonCode? = nil, message: String? = nil)