Class: Aws::EC2::Types::ClientVpnEndpointAttributeStatus

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

Overview

Describes the status of the Client VPN endpoint attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code.

Returns:

  • (String)


5667
5668
5669
5670
5671
5672
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5667

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

#messageString

The status message.

Returns:

  • (String)


5667
5668
5669
5670
5671
5672
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5667

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