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.
5858 5859 5860 5861 5862 5863 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5858 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
5858 5859 5860 5861 5862 5863 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5858 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |