Class: Aws::EC2::Types::ClientVpnRouteStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the state of a Client VPN endpoint route.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the Client VPN endpoint route.

Returns:

  • (String)


3307
3308
3309
3310
3311
# File 'lib/aws-sdk-ec2/types.rb', line 3307

class ClientVpnRouteStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

A message about the status of the Client VPN endpoint route, if applicable.

Returns:

  • (String)


3307
3308
3309
3310
3311
# File 'lib/aws-sdk-ec2/types.rb', line 3307

class ClientVpnRouteStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end