Exception: Conrad::InvalidAwsCredentials
- Defined in:
- lib/conrad/errors.rb
Overview
Error for responding with issues around kinesis credential creation
Instance Method Summary collapse
-
#to_s ⇒ Object
:nodoc:.
Instance Method Details
#to_s ⇒ Object
:nodoc:
15 16 17 18 |
# File 'lib/conrad/errors.rb', line 15 def to_s 'Must provide secret_access_key and access_key_id OR rely ' \ 'on configured values in the running environment.' end |