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.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def @message end |