Class: Aws::Redshift::Types::IntegrationError

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

Overview

The error of an inbound integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code of an inbound integration error.

Returns:

  • (String)


7253
7254
7255
7256
7257
7258
# File 'lib/aws-sdk-redshift/types.rb', line 7253

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

#error_messageString

The error message of an inbound integration error.

Returns:

  • (String)


7253
7254
7255
7256
7257
7258
# File 'lib/aws-sdk-redshift/types.rb', line 7253

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