Class: Aws::Redshift::Errors::IntegrationNotFoundFault

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IntegrationNotFoundFault

Returns a new instance of IntegrationNotFoundFault.

Parameters:



744
745
746
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 744

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end