Class: Aws::Types::ClientVpnConnectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnConnectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "active", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "active", ...
Returns the value of attribute code.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def @message end |