Class: Aws::Rekognition::Errors::SessionNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Rekognition::Errors::SessionNotFoundException
- Defined in:
- lib/aws-sdk-rekognition/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SessionNotFoundException
constructor
A new instance of SessionNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SessionNotFoundException
Returns a new instance of SessionNotFoundException.
280 281 282 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 280 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |