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)


6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-securityhub/types.rb', line 6499

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

#messageString

The status message.

Returns:

  • (String)


6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-securityhub/types.rb', line 6499

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