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)


3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3411

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

#error_typeString

The type of error that occurred.

Returns:

  • (String)


3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3411

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