Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/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)


6473
6474
6475
6476
6477
6478
# File 'lib/aws-sdk-securityhub/types.rb', line 6473

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

#messageString

The status message.

Returns:

  • (String)


6473
6474
6475
6476
6477
6478
# File 'lib/aws-sdk-securityhub/types.rb', line 6473

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