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)


6583
6584
6585
6586
6587
6588
6589
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6583

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)


6583
6584
6585
6586
6587
6588
6589
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6583

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)


6583
6584
6585
6586
6587
6588
6589
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6583

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