Class: Aws::Redshift::Errors::SubscriptionEventIdNotFoundFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘SubscriptionEventIdNotFound` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SubscriptionEventIdNotFoundFault.

Parameters:



1704
1705
1706
# File 'lib/aws-sdk-redshift/errors.rb', line 1704

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