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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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 'gems/aws-sdk-redshift/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 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7253

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