AWSEC2ClientVpnAuthorizationRuleStatus
Objective-C
@interface AWSEC2ClientVpnAuthorizationRuleStatus
Swift
class AWSEC2ClientVpnAuthorizationRuleStatus
Describes the state of an authorization rule.
-
The state of the authorization rule.
Declaration
Objective-C
@property (nonatomic) AWSEC2ClientVpnAuthorizationRuleStatusCode code;
Swift
var code: AWSEC2ClientVpnAuthorizationRuleStatusCode { get set }
-
A message about the status of the authorization rule, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }