InstanceStateChangeReason
public struct InstanceStateChangeReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The programmable code for the state change reason.
Declaration
Swift
public let code: InstanceStateChangeReasonCode? -
The status change reason description.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: InstanceStateChangeReasonCode? = nil, message: String? = nil)
View on GitHub
InstanceStateChangeReason Structure Reference