Class: Aws::OpenSearchServerless::Types::VpcEndpointErrorDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code for the failed request.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
3689
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 3683

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

#error_messageString

An error message describing the reason for the failure.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
3689
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 3683

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

#idString

The unique identifier of the VPC endpoint.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
3689
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 3683

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