AWSEC2ClientVpnEndpointAttributeStatus
Objective-C
@interface AWSEC2ClientVpnEndpointAttributeStatus
Swift
class AWSEC2ClientVpnEndpointAttributeStatus
Describes the status of the Client VPN endpoint attribute.
-
The status code.
Declaration
Objective-C
@property (nonatomic) AWSEC2ClientVpnEndpointAttributeStatusCode code;
Swift
var code: AWSEC2ClientVpnEndpointAttributeStatusCode { get set }
-
The status message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }