Class: Aws::PinpointEmail::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



122
123
124
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/errors.rb', line 122

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