MCPcopy
hub / github.com/cortexlabs/cortex / ErrorUnableToFindCredentials

Function ErrorUnableToFindCredentials

pkg/lib/aws/errors.go:207–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func ErrorUnableToFindCredentials() error {
208 return errors.WithStack(&errors.Error{
209 Kind: ErrUnableToFindCredentials,
210 Message: "unable to find aws credentials; instructions about configuring aws credentials can be found at https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html",
211 })
212}
213
214func ErrorNATGatewayLimitExceeded(currentLimit, additionalQuotaRequired int, availabilityZones []string, region string) error {
215 url := "https://console.aws.amazon.com/servicequotas/home?#!/services/vpc/quotas"

Callers 2

NewForRegionFunction · 0.85
NewFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected