Exception: Conrad::InvalidAwsCredentials

Inherits:
Error
  • Object
show all
Defined in:
lib/conrad/errors.rb

Overview

Error for responding with issues around kinesis credential creation

Instance Method Summary collapse

Instance Method Details

#to_sObject

: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