Class: Aws::EC2::Types::VerifiedAccessEndpointStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the status of a Verified Access endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code of the Verified Access endpoint.

Returns:

  • (String)


66838
66839
66840
66841
66842
66843
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66838

class VerifiedAccessEndpointStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The status message of the Verified Access endpoint.

Returns:

  • (String)


66838
66839
66840
66841
66842
66843
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66838

class VerifiedAccessEndpointStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end