Class: Aws::ElasticsearchService::Types::VpcEndpointError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::VpcEndpointError
- 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
-
#error_code ⇒ String
The code associated with the error.
-
#error_message ⇒ String
A message describing the error.
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
Instance Attribute Details
#error_code ⇒ String
The code associated with the error.
4768 4769 4770 4771 4772 4773 4774 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4768 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
4768 4769 4770 4771 4772 4773 4774 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4768 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
4768 4769 4770 4771 4772 4773 4774 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4768 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |