AWSEC2ClientVpnEndpointStatus
Objective-C
@interface AWSEC2ClientVpnEndpointStatus
Swift
class AWSEC2ClientVpnEndpointStatus
Describes the state of a Client VPN endpoint.
-
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
Objective-C
@property (nonatomic) AWSEC2ClientVpnEndpointStatusCode code;
Swift
var code: AWSEC2ClientVpnEndpointStatusCode { get set }
-
A message about the status of the Client VPN endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }