Class: Aws::Types::ClientVpnAuthorizationRuleStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"authorizing", ...

Returns the value of attribute code.

Returns:

  • ("authorizing", "active", "failed", "revoking")


1725
1726
1727
# File 'sig/types.rbs', line 1725

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def message
  @message
end