class Aws::Errors::MissingCredentialsError
Raised when a client is constructed and credentials are not set, or the set credentials are empty.
Public Class Methods
Source
# File lib/aws-sdk-core/errors.rb, line 188 def initialize(*args) msg = 'unable to sign request without credentials set' super(msg) end
Calls superclass method