Class: Aws::Types::ClientVpnRouteStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"creating", ...

Returns the value of attribute code.

Returns:

  • ("creating", "active", "failed", "deleting")


1812
1813
1814
# File 'sig/types.rbs', line 1812

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def message
  @message
end