ClientVpnRouteStatus
public struct ClientVpnRouteStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The state of the Client VPN endpoint route.
Declaration
Swift
public let code: ClientVpnRouteStatusCode? -
A message about the status of the Client VPN endpoint route, if applicable.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: ClientVpnRouteStatusCode? = nil, message: String? = nil)
View on GitHub
ClientVpnRouteStatus Structure Reference