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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2512

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

#error_typeString

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2512

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