Class: Aws::Neptune::Errors::SNSTopicArnNotFoundFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use SNSTopicArnNotFound instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SNSTopicArnNotFoundFault.

Parameters:



774
775
776
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 774

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