class Aws::Sigv4::Errors::MissingCredentialsError
Public Class Methods
Source
# 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
Calls superclass method