Class: Aws::Glue::Types::ErrorDetails

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

Overview

An object containing error details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for an error.

Returns:

  • (String)


8394
8395
8396
8397
8398
8399
# File 'lib/aws-sdk-glue/types.rb', line 8394

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

#error_messageString

The error message for an error.

Returns:

  • (String)


8394
8395
8396
8397
8398
8399
# File 'lib/aws-sdk-glue/types.rb', line 8394

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