Class: Aws::OpenSearchService::Types::VpcEndpointError
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::VpcEndpointError
- Includes:
- Structure
- Defined in:
- 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
-
#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.
7769 7770 7771 7772 7773 7774 7775 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7769 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
7769 7770 7771 7772 7773 7774 7775 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7769 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.
7769 7770 7771 7772 7773 7774 7775 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7769 class VpcEndpointError < Struct.new( :vpc_endpoint_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |