Exception: Aws::SessionStore::DynamoDB::Errors::MissingSecretKeyError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Aws::SessionStore::DynamoDB::Errors::MissingSecretKeyError
- 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
-
#initialize(msg = 'No secret key provided!') ⇒ MissingSecretKeyError
constructor
A new instance of MissingSecretKeyError.
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 |