Class: Aws::Glue::Types::ErrorDetail

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

Overview

Contains details about an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with this error.

Returns:

  • (String)


8392
8393
8394
8395
8396
8397
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8392

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

#error_messageString

A message describing the error.

Returns:

  • (String)


8392
8393
8394
8395
8396
8397
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8392

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