Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
6630 6631 6632 6633 6634 6635 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630 class AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
6630 6631 6632 6633 6634 6635 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630 class AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |