Class: Aws::EC2::Types::ClientVpnConnectionStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the status of a client connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the client connection.

Returns:

  • (String)


5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-ec2/types.rb', line 5694

class ClientVpnConnectionStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message about the status of the client connection, if applicable.

Returns:

  • (String)


5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-ec2/types.rb', line 5694

class ClientVpnConnectionStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end