Class: Aws::Types::ClientVpnAuthorizationRuleStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnAuthorizationRuleStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "authorizing", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "authorizing", ...
Returns the value of attribute code.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def @message end |