AWSEC2ClientVpnConnectionStatus
Objective-C
@interface AWSEC2ClientVpnConnectionStatus
Swift
class AWSEC2ClientVpnConnectionStatus
Describes the status of a client connection.
-
The state of the client connection.
Declaration
Objective-C
@property (nonatomic) AWSEC2ClientVpnConnectionStatusCode code;Swift
var code: AWSEC2ClientVpnConnectionStatusCode { get set } -
A message about the status of the client connection, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set }
View on GitHub
Install in Dash
AWSEC2ClientVpnConnectionStatus Class Reference