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)


5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-ec2/types.rb', line 5471

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)


5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-ec2/types.rb', line 5471

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