Class: Aws::EC2::Types::ClientVpnEndpointAttributeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientVpnEndpointAttributeStatus
- 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
-
#code ⇒ String
The status code.
-
#message ⇒ String
The status message.
Instance Attribute Details
#code ⇒ String
The status code.
6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6404 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6404 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |