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

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

Overview

Describes the state of a Client VPN endpoint route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the Client VPN endpoint route.

Returns:

  • (String)


5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5776

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

#messageString

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

Returns:

  • (String)


5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5776

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