class Aws::Sigv4::Errors::MissingCredentialsError
Public Class Methods
new(msg = nil)
click to toggle source
Calls superclass method
# File lib/aws-sigv4/errors.rb, line 6 def initialize(msg = nil) super(msg || <<-MSG.strip) missing credentials, provide credentials with one of the following options: - :access_key_id and :secret_access_key - :credentials - :credentials_provider MSG end