Class: Aws::EC2::Types::ClientVpnConnectionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientVpnConnectionStatus
- 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
-
#code ⇒ String
The state of the client connection.
-
#message ⇒ String
A message about the status of the client connection, if applicable.
Instance Attribute Details
#code ⇒ String
The state of the client connection.
6176 6177 6178 6179 6180 6181 |
# File 'lib/aws-sdk-ec2/types.rb', line 6176 class ClientVpnConnectionStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the status of the client connection, if applicable.
6176 6177 6178 6179 6180 6181 |
# File 'lib/aws-sdk-ec2/types.rb', line 6176 class ClientVpnConnectionStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |