Class: Aws::Glue::Types::IntegrationError

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

Overview

An error associated with a zero-ETL integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with this error.

Returns:

  • (String)


15678
15679
15680
15681
15682
15683
# File 'lib/aws-sdk-glue/types.rb', line 15678

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

#error_messageString

A message describing the error.

Returns:

  • (String)


15678
15679
15680
15681
15682
15683
# File 'lib/aws-sdk-glue/types.rb', line 15678

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