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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4001
4002
4003
4004
4005
4006
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4001

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

#error_typeString

The type of error that occurred.

Returns:

  • (String)


4001
4002
4003
4004
4005
4006
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4001

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