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.
4435 4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4435 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
4435 4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4435 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.
4435 4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4435 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |