ClientVpnAuthorizationRuleStatus
public struct ClientVpnAuthorizationRuleStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The state of the authorization rule.
Declaration
Swift
public let code: ClientVpnAuthorizationRuleStatusCode? -
A message about the status of the authorization rule, if applicable.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: ClientVpnAuthorizationRuleStatusCode? = nil, message: String? = nil)
View on GitHub
ClientVpnAuthorizationRuleStatus Structure Reference