Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
- 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
-
#code ⇒ String
The status code.
-
#message ⇒ String
The status message.
Instance Attribute Details
#code ⇒ String
The status code.
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 |
#message ⇒ String
The status message.
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 |