Class: Aws::ElasticsearchService::Types::ErrorDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2387

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

#error_typeString

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2387

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