Class: Aws::Redshift::Errors::SNSTopicArnNotFoundFault

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) ⇒ SNSTopicArnNotFoundFault

Returns a new instance of SNSTopicArnNotFoundFault.

Parameters:



1208
1209
1210
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 1208

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