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)


8693
8694
8695
8696
8697
8698
# File 'lib/aws-sdk-glue/types.rb', line 8693

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

#error_messageString

The error message for an error.

Returns:

  • (String)


8693
8694
8695
8696
8697
8698
# File 'lib/aws-sdk-glue/types.rb', line 8693

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