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")


1914
1915
1916
# File 'sig/types.rbs', line 1914

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def message
  @message
end