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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


8411
8412
8413
8414
8415
8416
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8411

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

#error_messageString

The error message for an error.

Returns:

  • (String)


8411
8412
8413
8414
8415
8416
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8411

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