Class: Aws::Rekognition::Errors::SessionNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SessionNotFoundException.

Parameters:



280
281
282
# File 'lib/aws-sdk-rekognition/errors.rb', line 280

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