ClientVpnEndpointStatus

public struct ClientVpnEndpointStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The state of the Client VPN endpoint. Possible states include: pending-associate - The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections. available - The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections. deleting - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections. deleted - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.

    Declaration

    Swift

    public let code: ClientVpnEndpointStatusCode?
  • A message about the status of the Client VPN endpoint.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(code: ClientVpnEndpointStatusCode? = nil, message: String? = nil)