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)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5511

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)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5511

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