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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


6107
6108
6109
6110
6111
6112
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6107

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)


6107
6108
6109
6110
6111
6112
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6107

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