AssociationStatus
public struct AssociationStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the target network association.
Declaration
Swift
public let code: AssociationStatusCode?
-
A message about the status of the target network association, if applicable.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: AssociationStatusCode? = nil, message: String? = nil)