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)


66928
66929
66930
66931
66932
66933
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66928

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

#messageString

The status message of the Verified Access endpoint.

Returns:

  • (String)


66928
66929
66930
66931
66932
66933
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66928

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