Class: Aws::OpenSearchServerless::Types::VpcEndpointErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::VpcEndpointErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Error information for a failed ‘BatchGetVpcEndpoint` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the failed request.
-
#error_message ⇒ String
An error message describing the reason for the failure.
-
#id ⇒ String
The unique identifier of the VPC endpoint.
Instance Attribute Details
#error_code ⇒ String
The error code for the failed request.
2695 2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2695 class VpcEndpointErrorDetail < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error message describing the reason for the failure.
2695 2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2695 class VpcEndpointErrorDetail < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the VPC endpoint.
2695 2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2695 class VpcEndpointErrorDetail < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |