Class: Aws::ElasticsearchService::Types::VpcEndpointError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with the error.

Returns:

  • (String)


4595
4596
4597
4598
4599
4600
4601
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4595

class VpcEndpointError < Struct.new(
  :vpc_endpoint_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A message describing the error.

Returns:

  • (String)


4595
4596
4597
4598
4599
4600
4601
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4595

class VpcEndpointError < Struct.new(
  :vpc_endpoint_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The unique identifier of the endpoint.

Returns:

  • (String)


4595
4596
4597
4598
4599
4600
4601
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4595

class VpcEndpointError < Struct.new(
  :vpc_endpoint_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end