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


1890
1891
1892
# File 'sig/types.rbs', line 1890

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def message
  @message
end