Class: Aws::OpenSearchService::Types::VpcEndpointError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/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)


8516
8517
8518
8519
8520
8521
8522
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8516

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)


8516
8517
8518
8519
8520
8521
8522
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8516

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)


8516
8517
8518
8519
8520
8521
8522
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8516

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