class Mongo::Auth::Aws::CredentialsNotFound
Raised when trying to authorize with an invalid configuration
@api private
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/mongo/auth/aws/credentials_retriever.rb, line 24 def initialize super("Could not locate AWS credentials (checked Client URI and Ruby options, environment variables, ECS and EC2 metadata, and Web Identity)") end