ArgumentError
# File lib/aws-sigv4/errors.rb, line 6 def initialize(msg = nil) super(msg || "missing credentials, provide credentials with one of the following options: - :access_key_id and :secret_access_key - :credentials - :credentials_provider ".strip) end