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)


16375
16376
16377
16378
16379
16380
# File 'lib/aws-sdk-rds/types.rb', line 16375

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

#error_messageString

A message explaining the error.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
# File 'lib/aws-sdk-rds/types.rb', line 16375

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