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)


5674
5675
5676
5677
5678
5679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5674

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

#messageString

The status message.

Returns:

  • (String)


5674
5675
5676
5677
5678
5679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5674

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