Class: Aws::EC2::Types::VerifiedAccessEndpointStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the status of a Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status code of the Verified Access endpoint.
-
#message ⇒ String
The status message of the Verified Access endpoint.
Instance Attribute Details
#code ⇒ String
The status code of the Verified Access endpoint.
71538 71539 71540 71541 71542 71543 |
# File 'lib/aws-sdk-ec2/types.rb', line 71538 class VerifiedAccessEndpointStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message of the Verified Access endpoint.
71538 71539 71540 71541 71542 71543 |
# File 'lib/aws-sdk-ec2/types.rb', line 71538 class VerifiedAccessEndpointStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |