Method: Aws::ElasticsearchService::Types::AutoTuneOptionsOutput#error_message

Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

#error_messageString

Specifies the error message while enabling or disabling the Auto-Tune.

Returns:

  • (String)


468
469
470
471
472
473
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 468

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