Class: Aws::OpenSearchService::Types::ErrorDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Additional information if the package is in an error state. Null otherwise.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

A message describing the error.

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3401

class ErrorDetails < Struct.new(
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The type of error that occurred.

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3401

class ErrorDetails < Struct.new(
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end