Exception: Aws::SessionStore::DynamoDB::Errors::MissingSecretKeyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/aws/session_store/dynamo_db/errors.rb

Overview

This error is raised when no secret key is provided.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'No secret key provided!') ⇒ MissingSecretKeyError

Returns a new instance of MissingSecretKeyError.



6
7
8
# File 'lib/aws/session_store/dynamo_db/errors.rb', line 6

def initialize(msg = 'No secret key provided!')
  super
end