AWSEC2ClientVpnRouteStatus
Objective-C
@interface AWSEC2ClientVpnRouteStatus
Swift
class AWSEC2ClientVpnRouteStatus
Describes the state of a Client VPN endpoint route.
-
The state of the Client VPN endpoint route.
Declaration
Objective-C
@property (nonatomic) AWSEC2ClientVpnRouteStatusCode code;
Swift
var code: AWSEC2ClientVpnRouteStatusCode { get set }
-
A message about the status of the Client VPN endpoint route, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }