Class: Aws::EMR::Types::ErrorDetail

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

Overview

A tuple that provides information about an error that caused a cluster to terminate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The name or code associated with the error.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1856

class ErrorDetail < Struct.new(
  :error_code,
  :error_data,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_dataArray<Hash<String,String>>

A list of key value pairs that provides contextual information about why an error occured.

Returns:

  • (Array<Hash<String,String>>)


1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1856

class ErrorDetail < Struct.new(
  :error_code,
  :error_data,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A message that describes the error.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1856

class ErrorDetail < Struct.new(
  :error_code,
  :error_data,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end