in aws.go [35:38]
func IsAWSAccessDeniedError(err error) bool { awsErr, ok := err.(awserr.Error) return (ok && awsErr.Code() == "AccessDenied") }