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_code ⇒ String

The error code of an inbound integration error.

Returns:

  • (String)


7807
7808
7809
7810
7811
7812
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7807

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

#error_message ⇒ String

The error message of an inbound integration error.

Returns:

  • (String)


7807
7808
7809
7810
7811
7812
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7807

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