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)


8668
8669
8670
8671
8672
8673
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8668

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

#error_messageString

The error message for an error.

Returns:

  • (String)


8668
8669
8670
8671
8672
8673
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8668

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