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)


5532
5533
5534
5535
5536
5537
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5532

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)


5532
5533
5534
5535
5536
5537
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5532

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