Class: Aws::Types::ClientVpnRouteStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnRouteStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "creating", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "creating", ...
Returns the value of attribute code.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @message end |