Class: Aws::EC2::Types::ClientVpnEndpointAttributeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientVpnEndpointAttributeStatus
- Includes:
- Structure
- Defined in:
- 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.
5635 5636 5637 5638 5639 5640 |
# File 'lib/aws-sdk-ec2/types.rb', line 5635 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
5635 5636 5637 5638 5639 5640 |
# File 'lib/aws-sdk-ec2/types.rb', line 5635 class ClientVpnEndpointAttributeStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |