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)


3846
3847
3848
3849
3850
3851
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3846

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

#error_typeString

The type of error that occurred.

Returns:

  • (String)


3846
3847
3848
3849
3850
3851
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3846

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