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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


16114
16115
16116
16117
16118
16119
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16114

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

#error_messageString

A message explaining the error.

Returns:

  • (String)


16114
16115
16116
16117
16118
16119
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16114

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