Class: Aws::RDS::Types::IntegrationError

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

Overview

An error associated with a zero-ETL integration with Amazon Redshift.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the integration.

Returns:

  • (String)


16293
16294
16295
16296
16297
16298
# File 'lib/aws-sdk-rds/types.rb', line 16293

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

#error_messageString

A message explaining the error.

Returns:

  • (String)


16293
16294
16295
16296
16297
16298
# File 'lib/aws-sdk-rds/types.rb', line 16293

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