Class: Aws::Types::ClientVpnEndpointAttributeStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"applying", "applied"

Returns the value of attribute code.

Returns:

  • ("applying", "applied")


1788
1789
1790
# File 'sig/types.rbs', line 1788

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def message
  @message
end