Class: Aws::SNS::Errors::NotFoundException Deprecated

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



430
431
432
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/errors.rb', line 430

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

Instance Method Details

#messageString

Returns:

  • (String)


435
436
437
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/errors.rb', line 435

def message
  @message || @data[:message]
end